- 1. SurrealDB
- 2. SurrealDB
- 2.1. What is SurrealDB
- 2.2. SurrealDB in-memory database in Rust
- 2.3. SurrealDB with RocksDB backend in Rust embedded client with local database storage
- 2.4. Start SurrealDB in Docker
- 2.5. SurrealDB connect to server
- 2.6. CREATE and SELECT in Memory
- 2.7. Several ways to add a record to the database
- 2.8. SurrealDB CREATE SELECT in different ways
- 2.9. SurrealDB in-memory with SQL demo in Rust - CREATE (INSERT), SELECT, UPDATE, DELETE
- 2.10. SurrealDB experiments
- 2.11. SurrealDB - REMOVE NAMESPACE
- 2.12. SurrealDB - CREATE, SELECT, DELETE
- 2.13. SurrealDB - Datetime with Chrono
- 2.14. SurrealDB - CREATE, SELECT, UPDATE, DELETE
- 2.15. SurrealDB - RSVP
- 2.16. SurrealDB - toggle
- 2.17. Multi-counter with embedded SurrealDB database
- 2.18. Get version of SurrealDB
- 2.19. Generate ID in SurrealDB
- 2.20. Generate Thing in SurrealDB
- 2.21. Map field to id of other table (FOREIGN KEY)
- 2.22. SurrealDB Datetime
- 2.23. Add column to table without a schema
- 2.24. SurrealDB - Schema
- 2.25. SurrealDB - define field type - try to create entry with incorrect type (int, string)
- 2.26. SurrealDB - extra fields are ignored in SCHEMAFULL
- 2.27. SurrealDB - missing field
- 2.28. SurrealDB - add field to schema
- 2.29. SurrealDB in Docker using the CLI
- 2.30. SurrealDB - references and SELECT
- 2.31. SurrealDB Demo
- 2.32. SurrealDB columns with schema
- 2.33. SurrealDB TODO