Editorial take
Why it stands out
WAL mode + backup discipline = production durability—defaults alone are not a DR plan.
Tool profile
Embedded SQL database stored in a single file, suited to local apps, edge uses, and prototypes.
Mobile apps with on-device storage and sync layers
Embedded SQL engine in a single file: zero server process, transactional, and ideal for local-first, mobile, and test databases.
SQLite places its code in the public domain (see sqlite.org licensing page for the exact dedication and warranty disclaimer). You pay nothing for the library—costs appear when you replicate (Litestream), shard (Turso), or host at the edge (Cloudflare D1) with vendor pricing.
Single-writer design still governs concurrency—do not mistake “serverless SQLite” for magic multi-writer OLTP.
Quick fit
Editorial take
WAL mode + backup discipline = production durability—defaults alone are not a DR plan.
What it does well
Primary use cases
Fit notes
Pricing snapshot
SQLite itself is free and distributed into the public domain by the project. There is no SQLite license fee for the embedded database engine; costs only appear when you add hosted or replicated layers from vendors such as Turso or Cloudflare D1, or when your own team takes on backup, sync, and operations work around it.
Alation
PaidEnterprise data catalog
Enterprise data intelligence and catalog platform for search, governance, trust, and AI-ready knowledge layers over organizational data.
Choose Alation when the buying problem is enterprise trust, governance, and discoverability across data assets.