Tools/SQLite
SQLite
Embedded, serverless, single-file relational database — no separate server process, the whole engine ships as a library linked into the app. Fits local-first tools, CLIs, mobile apps, and prototyping where PostgreSQL/MySQL's client-server model is unnecessary overhead.