
SQLite Download Page
The SQLite source code is maintained in three geographically-dispersed self-synchronizing Fossil repositories that are available for anonymous read-only access. Anyone can view the …
About SQLite
Nov 13, 2025 · About SQLite SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in …
SQLite In 5 Minutes Or Less
The Command Line Interface or "CLI" is a simple command-line program that accepts SQL input text and passes it through to the SQLite database engine core to be executed.
Features Of SQLite
Nov 13, 2025 · Features Of SQLite Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures. Zero-configuration - no setup or …
Query Language Understood by SQLite
Apr 1, 2024 · SQL As Understood By SQLite SQLite understands most of the standard SQL language. But it does omit some features while at the same time adding a few features of its …
Pragma statements supported by SQLite
Nov 13, 2025 · The PRAGMA statement is an SQL extension specific to SQLite and used to modify the operation of the SQLite library or to query the SQLite library for internal (non-table) …
SQLite Release 3.50.2 On 2025-06-28
SQLite Release 3.50.2 On 2025-06-28 Prior changes from version 3.50.0 (2025-05-29): Add the sqlite3_setlk_timeout () interface which sets a separate timeout, distinct from the …
Documentation - SQLite
Customizing And Porting SQLite → This document explains how to customize the build of SQLite and how to port SQLite to new platforms. Locking And Concurrency In SQLite Version 3 → A …
SQLite Frequently Asked Questions
Nov 26, 2024 · What datatypes does SQLite support? SQLite lets me insert a string into a database column of type integer! Why doesn't SQLite allow me to use '0' and '0.0' as the …
Vulnerabilities - SQLite
May 25, 2020 · 1. Executive Summary CVEs about SQLite probably do not apply to your use of SQLite. All historical vulnerabilities reported against SQLite require at least one of these …