Take a first look at a SQLite fork growing in popularity called libSQL, which makes it possible to launch one database per user. Let's dive into the history of SQLite and examine the tradeoffs of database scaling techniques.
#programming #database #thecodereport
💬 Chat with Me on Discord
https://discord.gg/fireship
🔗 Resources
libSQL Source Code https://github.com/tursodatabase/libsql
Futuristic Databases https://youtu.be/jb2AvF8XzII
Full SQL Tutorial https://youtu.be/Cz3WcZLRaWc
🔥 Get More Content - Upgrade to PRO
Upgrade at https://fireship.io/pro
Use code YT25 for 25% off PRO access
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is SQLite?
- World's most deployed database
- SQLite vs PostgreSQL
- What is libSQL?
- libSQL quickstart tutorial