SQLite is a self-contained, high-reliability, full-featured SQL database engine designed to be embedded directly into applications. It is a C-language library that is compact, fast, and widely used, built into all mobile phones and most computers, as well as many other applications that require lightweight, zero-configuration database support. It is freely available in the public domain and requires no separate server process.
Visit SQLite's official website for product details and getting started.
Comprehensive reference for SQLite features, commands, and APIs.
Frequently asked questions about SQLite, covering common issues and usage.