SQLite
More info
- Creator
- D. Richard Hipp
- Released
- Type
- Embedded SQL database
- License
- Public domain
- Website
- sqlite.org
- Source
- sqlite.org/src
- Wikipedia
- en.wikipedia.org
The whole database in a single file — embedded in billions of apps and websites.
The most-deployed database in the world (in every smartphone, browser, car, etc). No separate server. Limitations: one writer at a time. Modern trend: use SQLite even for web apps (Litestream for replication, LiteFS for distribution).