Small. Fast. Reliable.
Choose any three.
Search for:

SQLite Download Page

Source Code
sqlite-amalgamation-3160000.zip
(1.92 MiB)
C source code as an amalgamation, version 3.16.0.
(sha1: c291793793d93aaa2993d48e062774dddd4fce1c)
sqlite-autoconf-3160000.tar.gz
(2.39 MiB)
C source code as an amalgamation. Also includes a "configure" script and TEA makefiles for the TCL Interface.
(sha1: 5150313c332b598a98be0c4bd5a04031a216ab13)
Documentation
sqlite-doc-3160000.zip
(5.26 MiB)
Documentation as a bundle of static HTML files.
(sha1: 6588aea01865be2cfcd326b693193dda5a618b7b)
Precompiled Binaries for Android
sqlite-android-3160000.aar
(4.64 MiB)
A precompiled Android library containing the core SQLite together with appropriate Java bindings, ready to drop into any Android Studio project.
(sha1: b64a8c9c23612678d7362198f79d10de34c04e3a)
Precompiled Binaries for Linux
sqlite-tools-linux-x86-3160000.zip
(1.77 MiB)
A bundle of command-line tools for managing SQLite database files, including the command-line shell program, the sqldiff program, and the sqlite3_analyzer program.
(sha1: b425a33bc3121927af5624fd0c8dd49f560fb63a)
Precompiled Binaries for Mac OS X (x86)
sqlite-tools-osx-x86-3160000.zip
(1.11 MiB)
A bundle of command-line tools for managing SQLite database files, including the command-line shell program, the sqldiff program, and the sqlite3_analyzer program.
(sha1: 7f0330a8d1df13c677401e16fc364682cca0262e)
Precompiled Binaries for Windows
sqlite-dll-win32-x86-3160000.zip
(430.08 KiB)
32-bit DLL (x86) for SQLite version 3.16.0.
(sha1: e19c8d436f5b6ed66db21e32020f5ab6406241ca)
sqlite-tools-win32-x86-3160000.zip
(1.54 MiB)
A bundle of command-line tools for managing SQLite database files, including the command-line shell program, the sqldiff.exe program, and the sqlite3_analyzer.exe program.
(sha1: 6580b4163265117d75473d1070ab5b4ba63f41da)
Universal Windows Platform
sqlite-uwp-3150200.vsix
(6.20 MiB)
VSIX package for Universal Windows Platform development using Visual Studio 2015.
(sha1: fe3633fbd1a003e1d7741e0b77e4556954db6beb)
Precompiled Binaries for Windows Phone 8
sqlite-wp80-winrt-3150200.vsix
(4.01 MiB)
A complete VSIX package with an extension SDK and all other components needed to use SQLite for application development with Visual Studio 2012 targeting Windows Phone 8.0.
(sha1: 38002ec2c99ca62e0714b1a8aec5d780114a4280)
sqlite-wp81-winrt-3150200.vsix
(4.06 MiB)
A complete VSIX package with an extension SDK and all other components needed to use SQLite for application development with Visual Studio 2013 targeting Windows Phone 8.1.
(sha1: acc2bdb54ecefa645a8467fe35d79444de09e6bd)
Precompiled Binaries for Windows Runtime
sqlite-winrt-3150200.vsix
(6.11 MiB)
A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio 2012.
(sha1: 3171c46dd67cb35b578378ce7a537b1ab8eaba33)
sqlite-winrt81-3150200.vsix
(6.12 MiB)
A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT 8.1 application development with Visual Studio 2013.
(sha1: 17158847c5d5f238d1b511f9448be50f1caa5840)
Precompiled Binaries for .NET
System.Data.SQLite Visit the System.Data.SQLite.org website and especially the download page for source code and binaries of SQLite for .NET.
Alternative Source Code Formats
sqlite-src-3160000.zip
(9.61 MiB)
Snapshop of the complete (raw) source tree for SQLite version 3.16.0. See How To Compile SQLite for usage details.
(sha1: 1256fb4d810d23082ed2150cbfc3fa98245cd05b)
sqlite-preprocessed-3160000.zip
(2.05 MiB)
Preprocessed C sources for SQLite version 3.16.0.
(sha1: 54053bd16a07c7304fa3423f72d6c1beb36ddd04)

Build Product Names

Build products are named using one of the following templates:

  1. sqlite-product-version.zip
  2. sqlite-product-version.tar.gz
  3. sqlite-product-os-cpu-version.zip
  4. sqlite-product-date.zip

Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled binaries products. Template (4) is used for unofficial pre-release "snapshots" of source code.

The version is encoded so that filenames sort in order of increasing version number when viewed using "ls". For version 3.X.Y the filename encoding is 3XXYY00. For branch version 3.X.Y.Z, the encoding is 3XXYYZZ.

The date in template (4) is of the form: YYYYMMDDHHMM

Source Code Repositories

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 repository contents and download historical versions of individual files or ZIP archives of historical check-ins. You can also clone the entire repository.

See the How To Compile SQLite page for additional information on how to use the raw SQLite source code. Note that a recent version of Tcl is required in order to build from the repository sources. The amalgamation source code files (the "sqlite3.c" and "sqlite3.h" files) build products and are not contained in raw source code tree.

http://www.sqlite.org/cgi/src (Dallas)
http://www2.sqlite.org/cgi/src (Newark)
http://www3.sqlite.org/cgi/src (Fremont)

The documentation is maintained in separate Fossil repositories located at:

http://www.sqlite.org/cgi/docsrc (Dallas)
http://www2.sqlite.org/cgi/docsrc (Newark)
http://www3.sqlite.org/cgi/docsrc (Fremont)