surrealdb icon indicating copy to clipboard operation
surrealdb copied to clipboard

A scalable, distributed, collaborative, document-graph database, for the realtime web

Results 966 surrealdb issues
Sort by recently updated
recently updated
newest added

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? Provide information on the motivation for why...

### Is your feature request related to a problem? Currently we can only perform Backup/Restore and Import/Export with CLI and There is no way to initiate these task with SurrealQL....

feature

### Is your feature request related to a problem? When fetching nested fields, array values, and remote records, we are currently cloning all values which are fetched. This has an...

feature
help wanted
performance

### Is your feature request related to a problem? Currently when processing linked records, we process all records concurrently using `try_join_all!`, with no limit to the number of futures processed...

feature
good first issue
help wanted
performance

### Is your feature request related to a problem? Currently when creating `Vec` keys for use in the datastore, we pass in references, which are then cloned before being serialized....

feature
good first issue
help wanted
performance

### Describe the bug **OS:** Windows 10 x64 ```shell PS C:\WINDOWS\system32> iwr https://windows.surrealdb.com -useb | iex .d8888b. 888 8888888b. 888888b. d88P Y88b 888 888 'Y88b 888 '88b Y88b. 888 888...

bug

### Is your feature request related to a problem? Currently, after a recent update, no web requests make use of HTTP compression, as the [warp](https://github.com/seanmonstar/warp) library does not support setting...

feature
waiting

### Describe the bug Scope management listed at https://surrealdb.com/features#permissions doesn't seem to work. ### Steps to reproduce ``` -- Enable scope authentication directly in SurrealDB DEFINE SCOPE account SESSION 24h...

bug
awaiting confirmation

### Describe the bug Specifying a bad URL when attempting to use the `http` functions causes the server to crash. ### Steps to reproduce ```sql SELECT * FROM http::get("example.com") ```...

bug

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? SurrealDB server can crash when evaluating recursive...