Editorial take
Why it stands out
Compare Turso or D1 when you need hosted replication; compare Postgres when many writers contend on one logical database.
Tool profile
Embedded SQL engine in a single file: zero server process, transactional, and ideal for local-first, mobile, and test databases.
Mobile apps with on-device storage and sync layers above SQLite
SQLite ships inside applications, browsers (via WASM), and edge devices—no separate database daemon. It excels when concurrency is modest, data lives with the app, and operational simplicity matters. For multi-tenant SaaS at scale you typically graduate to client-server databases or layered solutions like Turso, but SQLite remains unbeatable for offline caches, fixtures, and embedded analytics.
Quick fit
Editorial take
Compare Turso or D1 when you need hosted replication; compare Postgres when many writers contend on one logical database.
What it does well
Primary use cases
Fit notes
Pricing snapshot
SQLite is public-domain software; costs are your storage media, distribution, or hosted wrappers—not a per-seat database license.