surrealdb
surrealdb copied to clipboard
A scalable, distributed, collaborative, document-graph database, for the realtime web
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....
### 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...
### 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...
### 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....
### 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...
### 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...
### 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...
### 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") ```...
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...