SurrealDB

  1. What is SurrealDB
  2. SurrealDB in-memory database in Rust
  3. SurrealDB with RocksDB backend in Rust embedded client with local database storage
  4. Start SurrealDB in Docker
  5. SurrealDB connect to server
  6. CREATE and SELECT in Memory
  7. Several ways to add a record to the database
  8. SurrealDB CREATE SELECT in different ways
  9. SurrealDB in-memory with SQL demo in Rust - CREATE (INSERT), SELECT, UPDATE, DELETE
  10. SurrealDB experiments
  11. SurrealDB - REMOVE NAMESPACE
  12. SurrealDB - CREATE, SELECT, DELETE
  13. SurrealDB - Datetime with Chrono
  14. SurrealDB - CREATE, SELECT, UPDATE, DELETE
  15. SurrealDB - RSVP
  16. SurrealDB - toggle
  17. Multi-counter with embedded SurrealDB database
  18. Get version of SurrealDB
  19. Generate ID in SurrealDB
  20. Generate Thing in SurrealDB
  21. Map field to id of other table (FOREIGN KEY)
  22. SurrealDB Datetime
  23. Add column to table without a schema
  24. SurrealDB - Schema
  25. SurrealDB - define field type - try to create entry with incorrect type (int, string)
  26. SurrealDB - extra fields are ignored in SCHEMAFULL
  27. SurrealDB - missing field
  28. SurrealDB - add field to schema
  29. SurrealDB in Docker using the CLI
  30. SurrealDB - references and SELECT
  31. SurrealDB Demo
  32. SurrealDB columns with schema
  33. SurrealDB TODO