Database design with SQLite
Learn SQLite from the ground up and design schemas that hold up in real projects. You will start by creating your first database in the shell, then quickly move your schema into migration files so every change is versioned and repeatable. From there you will work with data, design relationships, query across tables, and finish with indexes, transactions, and full-text search. By the end, you will know how to build, change, and maintain a well-designed database for real applications.
Beginner ~8 hours