
SQLite
sqlite.org- Category
- Developer Tools
- Rank
- No. 538Tools index
- Listed in
- #10 Choose data infrastructure
- Pricing
- Open Source
- Type
- TOOL
- Date
About
Embedded SQL database. Self-contained, serverless, zero-config SQL database in a single file. Public domain and ubiquitous — great for local-first apps, edge, and small services.
What it does
SQLite is a C-language library implementing a small, fast, full-featured SQL database engine that runs inside the host application rather than as a separate server process. The vendor describes it as the most widely used database engine, built into phones, computers, and many other applications.
Stated on the product site
- Architecture
- Implemented as a C-language library forming a self-contained SQL database engine
- License
- Public domain
- Interfaces
- Documented C/C++ and TCL language interfaces
- Deployment model
- Embedded directly into applications and devices rather than run as a standalone server
Not stated on the site
- The page does not describe how SQLite is packaged or distributed beyond the C/C++ and TCL interfaces (e.g., bindings for other languages or package manager options).
- Supported operating systems or platform requirements are not itemized on this page.
- Details on data types, storage limits, or performance characteristics are not given here.
Written from the product site at sqlite.org.
Intel on SQLite
Tags
SQLiteDatabase
Media

Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.