-
### Describe the bug
When updating a record in a surrealDB (using WebSockets) with content that exceeds the MAX_FRAME_SIZE size limitation, the future does not resolve to an error, even though the da…
-
### Describe the bug
When exporting data, the file is created with the assumption that it will not be imported in strict mode, thus leaving out the statements to define NS and DB.
While I gather t…
-
### Is your feature request related to a problem?
Auto deletion of "expired" data could be done with cronjobs, such as password invalidation after some time, or deletion of "archived" data
### D…
-
### Describe the bug
i get the below error when i try to sign up with surrealdb as a record user through http.
```
{
"code": 400,
"details": "Request problems detected",
"description": "…
-
### Is your feature request related to a problem?
Development workflows can be a challenge and the dev experience can greatly be improved, branching (similar to Git) is a key feature that could eas…
-
One of the best known use-cases for graph databases is for Natural Language Processing. For example in one project I am involved in, we store text in ArangoDB nodes, linking it with edges into nodes c…
ixxie updated
9 months ago
-
### Describe the bug
im exporting data from an existing surrealdb, and attempting to import into a new one. But doing so, nothing gets imported.
Does UPDATE statement actually create a record if i…
-
## Preamble
Currently Surreal.Net functions as a standard DB Driver where a single set of credentials is used for all connections to the database. However SurrealDB can do a lot more than your standa…
-
Can you build identity provider system on Rust with firestore/surrealdb backend?
-
### Describe the bug
When sending in a string with JSON escaped characters, it reports the error. "Parse error: Invalid escape character `u`, valid characters are `\`, `"`, `/`, `b`, `f`, `n`, `r`, o…