SQLite is a C-language library that provides a small, fast, self-contained, and highly reliable SQL database engine. It is extremely lightweight, does not require a separate server, and is embedded into countless desktop, mobile, and web applications worldwide. As open-source public domain software, it's ideal for developers looking for an easy-to-integrate database solution for applications with moderate data storage needs where simplicity and zero-configuration are valued.
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.
Access the latest releases and source code for SQLite.