Completed
- surrealdb and the need for a new cloud native database technology
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with SurrealDB - Future of Cloud Databases
Automatically move to the next video in the Classroom when playback concludes
- 1 - the evolution of compute architecture
- 2 - evolution of databases
- 3 - sqlite and the problem it solves
- 4 - the problems with sqlite on cloud native architectures
- 5 - surrealdb and the need for a new cloud native database technology
- 6 - installing surrealdb
- 7 - surrealdb CLI
- 8 - starting the surrealdb as an in-memory database
- 9 - checking you can connect
- 10 - namespaces and databases
- 11 - surrealdb sql and selecting data
- 12 - tables, records and inserting data
- 13 - updating data with sql
- 14 - deleting data via the CLI with SQL
- 15 - selecting specific columns
- 16 - where clauses
- 17 - super fast querying via records
- 18 - native json support
- 19 - array support
- 20 - joining tables and relations
- 21 - conclusion