-
### Describe the bug
I'm updating my code base from `surrealdb.js` version 0.11.1 to `surrealdb` version 1.0.0-beta.20 and running into a snag. I have this query which returns the expected result set…
-
### Describe the bug
Start the server:
```bash
surreal start --auth --user root --pass root --bind 0.0.0.0:8000 memory
```
Try to connect to it via following command: (notice the `⏎` char!)
…
-
### Describe the bug
SurrealDB 1.5.4 Docker Instance running on Ubuntu 24.04 (LTS) x64 (Digital Ocean) uses up all available CPI, memory is left seemingly unaffected.
![image](https://github.com…
-
```
What steps will reproduce the problem?
1. Download this game for example: http://umk3.hacking-cult.org/2710.zip
2. Unzip, open Gens10(or 11), game won't load. Can be loaded through emulators
such…
-
The JS SDK adds the `s` parameter to all parameters provided as a string; this prevents Surreal from inferring types and forces a difference between the input and output schemas for a table. This caus…
-
Submit Surreal Grammar to the following repositories so that other IDEs can support them i.e. Zed:
- https://microsoft.github.io/language-server-protocol/implementors/servers/
- https://tree-sitte…
-
### Describe the bug
I'm trying to define a table schema using the following code:
```rust
#[tokio::main]
async fn main() {
let db = Surreal::new::("./db").await.unwrap();
db.use_ns("tes…
-
site: https://surrealdb.com/
SurrealDB offers a dynamic and adaptable platform for business. With an integrated suite of cutting-edge database solutions, tools, and services, SurrealDB empowers you…
-
### Description
I can use
```rust
use surrealdb::sql::{Id, Thing};
let id = Id::ulid();
let thing = Thing::from(("user", id));
```
But I can't seem to find the documentation:
https://doc…
-
I'm willing to convert smpl textures to ATLAS, can someone share a python script to do that?
SMPL textures are like this:
![nongrey_male_0068](https://user-images.githubusercontent.com/27444225/59…