SurrealDB
- What is SurrealDB
- SurrealDB in-memory database in Rust
- SurrealDB with RocksDB backend in Rust embedded client with local database storage
- Start SurrealDB in Docker
- SurrealDB connect to server
- CREATE and SELECT in Memory
- Several ways to add a record to the database
- SurrealDB CREATE SELECT in different ways
- SurrealDB in-memory with SQL demo in Rust - CREATE (INSERT), SELECT, UPDATE, DELETE
- SurrealDB experiments
- SurrealDB - REMOVE NAMESPACE
- SurrealDB - CREATE, SELECT, DELETE
- SurrealDB - Datetime with Chrono
- SurrealDB - CREATE, SELECT, UPDATE, DELETE
- SurrealDB - RSVP
- SurrealDB - toggle
- Multi-counter with embedded SurrealDB database
- Get version of SurrealDB
- Generate ID in SurrealDB
- Generate Thing in SurrealDB
- Map field to id of other table (FOREIGN KEY)
- SurrealDB Datetime
- Add column to table without a schema
- SurrealDB - Schema
- SurrealDB - define field type - try to create entry with incorrect type (int, string)
- SurrealDB - extra fields are ignored in SCHEMAFULL
- SurrealDB - missing field
- SurrealDB - add field to schema
- SurrealDB in Docker using the CLI
- SurrealDB - references and SELECT
- SurrealDB Demo
- SurrealDB columns with schema
- SurrealDB TODO