iDevelopThings / SurrealDB-Explorer

A simple database viewer/editor for SurrealDB
65 stars 3 forks source link

add connection by path #6

Open singersbalm opened 7 months ago

singersbalm commented 7 months ago

features like kv-speedb is allowing users to create a database at a specific path and reads it. in rust the connection looks like this: Surreal::new::<SpeeDb>("MyDatabase").await.unwrap();

lukemilby commented 2 months ago

Is that the embedded version of surreal?