Skip to content

follow-along of SurrealDB - Rust Embedded Database - Quick Tutorial by Jeremy Chone

Notifications You must be signed in to change notification settings

InterruptSpeed/rust-surrealdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-surrealdb

follow-along of SurrealDB - Rust Embedded Database - Quick Tutorial by Jeremy Chone

code status

CI

config

cargo install cargo-watch
cargo new rust-surrealdb
cd rust-surrealdb
cargo add tokio --features full
cargo add anyhow surrealdb
cargo watch -q -c -x "run -q"

extras

  • in VS Code enable fmt on save in Settings->Editor
  • consider the ThunderClient extension for VSCode

surrealdb on macos w/ homebrew

brew install surrealdb/tap/surreal
surreal start --user root --pass root --log debug memory

About

follow-along of SurrealDB - Rust Embedded Database - Quick Tutorial by Jeremy Chone

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages