Complete Intro to SQLite
Watch on Frontend Masters
Complete Intro to SQLite
A quick and complete intro to building on SQLite
Brian Holt
Neon
Watch on Frontend Masters
Table of Contents
Welcome
Intro
What is SQLite?
Running SQLite
Installing SQLite
Getting Started
Basic SQL
SELECT
INSERT
Tables
Intermediate SQL
Relational Data
Other Types of Joins
Foreign Keys
Aggregation
Subqueries
Build a Project with Node.js and SQLite
The Example App
sqlite3
Project
Alternatives to sqlite3
What is Unique to SQLite
Flexible Typing
Limits of SQLite
Views
Performance and Search
EXPLAIN
Indexes
Full Text Search
JSON
SQLite Extensions
JSON
jsonb
More Advance Queries
Scaling SQLite
Backups
Replication
libSQL
Local First
Conclusion
Recap