SQLite
Small. Fast. Reliable. Choose any three.
★ 4.8
Self-contained, serverless, zero-configuration SQL database engine. The most widely deployed database in the world. Perfect for local-first apps and embedded systems.
free
Tarification
Yes
Self-Hostable
Fonctionnalités
- ✓ Zero configuration required
- ✓ Serverless - runs in-process
- ✓ Single file database
- ✓ ACID compliant transactions
- ✓ Full SQL support
- ✓ Cross-platform
- ✓ Incredibly small footprint
- ✓ JSON1 extension support
Avantages
- + Zero setup - just works
- + Incredibly fast for read-heavy workloads
- + Perfect for local-first apps
- + No server process needed
- + Battle-tested (billions of deployments)
Inconvénients
- − Single writer limitation
- − Not ideal for high write concurrency
- − No built-in replication
- − Limited to single machine