Core Idea
SQLite is A lightweight, file-based DB (todo.db) that enables persistence without installing a server. It usually makes the most sense alongside SQLModel, ORM, Session.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.