SQLite is often treated as a prototype database, but it is a very practical choice for many internal tools.
What it makes easy
- A single file is simple to back up.
- There is no database service to operate.
- SQL is still available.
- Local development matches production surprisingly well for small workloads.
7/3/26Less than 1 minute