SQLite
Embedded SQL engine that runs inside your process — a file, not a server.
Compared on toolweight in:Database engines
Head-to-head:MySQL vs Postgres vs SQLite
Related comparisons:Convex alternatives
Logo assets
SQLite brand colours
Extracted from the artwork and ranked by how much of the mark each covers — not from a brand book, so treat them as observed rather than official.
#0F80CC
#003B57
#97D9F6
What SQLite is
SQLite is a C library that implements a small, fast, transactional SQL engine reading and writing a single cross-platform file. There is no daemon, no configuration and no network protocol; a query is a function call. It is developed by a three-person team at Hwaci, funded by a consortium of members, and released into the public domain with a test suite far larger than the engine itself.