-
Curious on your thoughts on supporting SurrealDB, ideally for surreal.js and surreal.node 🤞
-
Seems like salvo-cli is quite basic. Every time I write a new salvo project I copy paste lot of existing code. [loco](https://loco.rs) looks pretty great but is for Axum. It is inspired by Rails so ha…
-
**Describe the bug**
I created a local file database using Rust surrealdb crate with kv-rocksdb feature enabled, opened the Surrealist app, and in Settings changed the Storage mode to File Storage an…
-
### Describe the bug
We have defined a custom [token](https://surrealdb.com/docs/surrealql/statements/define/token) using a public key on Namespace level and we are issuing jwt tokens to the users si…
-
It is necessary to create a database connection containing the following:
- Getting `user_id`, `@username`, `first_name` and `last_name` to run some commands by mention (e.g. `/ban @username`).
- Pr…
-
DuckDB is an embeddable database engine, with data structures and query execution similar to ClickHouse.
It is growing in popularity very quickly*.
**Use case**
Attach DuckDB's database file as…
-
### Describe the bug
I have got a proper **wildcard** SSL certificate (GeoTrust signed) and it won't work with http::* functions.
Both latest and nightly surrealdb affected.
### Steps to reproduc…
-
### Describe the bug
Unique index is ignored on INSERT statements.
### Steps to reproduce
```SQL
DEFINE TABLE bla SCHEMAFULL;
DEFINE FIELD a ON TABLE bla TYPE string;
DEFINE FIELD b ON TA…
-
I'm getting unexpected errors when building actix-session-surrealdb on version 0.1.5. Could it be that I am using SurrealDB 1.0.0 and the version had some breaking changes?
Here are the compile erro…
-
### Is your feature request related to a problem?
Deploying with Docker secrets right now is a quite involved process--not really desirable for something meant to be self-hosted. It would be amazing …