IT lexicon Database SQLite

SQLite

Database På svenska → Updated: 2026-07-30
More info
Creator
D. Richard Hipp
Released
Type
Embedded SQL database
License
Public domain
Website
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).

← Back to the lexicon