world) It's relational database (tables, rows, and SQL) Simple and powerful (reliable, full-featured, yet beginner friendly) Embedded (no servers or networking – it's just a library) Extensive (eg.: github.com/nalgeon/sqlean) Stable (no hype-driven development here) Public domain (absolute freedom)
It's just a library (aka.: embedded in your app) Good IDEs and GUIs (eg.: DBeaver) Good CLI ( $ sqlite3 , sqlite3_analyzer , sqldiff , etc.) It's FAST! (no networking; ~90% faster!) Learn more at sqlite.org I'd also highly recommend Mycelial's YouTube channel