surrealdb / surrealdb.rs

SurrealDB driver for Rust
https://surrealdb.com
Apache License 2.0
64 stars 7 forks source link

Feature: connect to a file based database (eg. for desktop app persistence) #14

Closed ctison closed 1 year ago

ctison commented 1 year ago

Is your feature request related to a problem?

Accessing a local file based surrealdb (kv-rocksdb) is raw with the surrealdb crate.

Describe the solution

Connect to the file based database through this SDK.

Alternative methods

Implement model controllers from scratch with surrealdb crate and its Datastore#execute.

SurrealDB version

surreal 1.0.0-beta.8+20220930.c246533 for macos on aarch64

Contact Details

No response

Is there an existing issue for this?

Code of Conduct

ctison commented 1 year ago

Looks like #10 is what I wanted! 😙