SurrealDB is feature-rich database written in Rust.
I've started to explore it and this page is going to be used as a starting point and a collection of the articles I publish on how to use SurrealDB in applications written in Rust.
You might also want to consult the Awesome SurrealDB a curated list of SurrealDB resources, tools, utilities, and applications.
- Setting up embedded SurrealDB with RocksDB backend in Rust
- Setting up an in-memory SurrealDB database in Rust
- SurrealDB in-memory with SQL demo in Rust -
Mem
,surrealdb::Result
,CREATE
,SELECT
,UPDATE
,DELETE
. - Multi-counter with embedded SurrealDB database -
RocksDB
,CLI
,DEFINE
,SELECT
,INSERT
,INDEX
,DUPLICATE
. - Getting started with SurrealDB using Docker and a Rust client -
Docker
Cheat-sheet for SurrealQL
Videos
Open Source projects using SurrealDB
- CreatureBattleSimulator Rocket + surrealDB