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. SurrealDB in-memory with SQL demo in Rust - CREATE (INSERT), SELECT, UPDATE, DELETE
  7. SurrealDB create INSERT SELECT
  8. SurrealDB experiments
  9. SurrealDB - REMOVE NAMESPACE
  10. INSERT and SELECT in Memory
  11. SurrealDB - CREATE, SELECT, DELETE
  12. SurrealDB - Datetime with Chrono
  13. SurrealDB - CREATE, SELECT, UPDATE, DELETE
  14. SurrealDB - RSVP
  15. SurrealDB - toggle
  16. Multi-counter with embedded SurrealDB database
  17. Get version of SurrealDB
  18. Generate ID in SurrealDB
  19. Generate Thing in SurrealDB
  20. Map field to id of other table (FOREIGN KEY)
  21. SurrealDB Datetime
  22. Add column to table without a schema
  23. SurrealDB - Schema
  24. SurrealDB - define field type - try to create entry with incorrect type (int, string)
  25. SurrealDB - extra fields are ignored in SCHEMAFULL
  26. SurrealDB - missing field
  27. SurrealDB - add field to schema
  28. SurrealDB in Docker using the CLI
  29. SurrealDB - references and SELECT
  30. SurrealDB Demo
  31. SurrealDB columns with schema