Lightweight server pointing at a single SQLite file. Read-only by default unless you flip a flag. Perfect for ad-hoc analysis of app databases (Apple Photos, Things, browser history) or for prototype data that doesn't need a real DB.
Query and modify SQLite databases on disk.
Analyzing your iMessage chat.db for word frequencies,Querying browser history.db for time-tracking insights,Local prototyping where Postgres is overkill,Reading a SQLite file an app exported as a backup
Multi-user databases — SQLite locks aggressively under concurrent writes,When the data is in Postgres or MySQL — use those servers directly,Very large databases (10GB+) — query times balloon