Pre-release Snapshots | |||
sqlite-snapshot-201707212031.tar.gz (2.45 MiB) |
The amalgamation source code, the command-line shell source code,
configure/make scripts for unix, and a Makefile.msc for Windows. See the
change log for
more information. (sha1: 5ce8575b470a455a8ea4408d1779a80864e650b2) | ||
Source Code | |||
sqlite-amalgamation-3190300.zip (1.95 MiB) |
C source code as an amalgamation, version 3.19.3. (sha1: e013f08dc8dc138d7b169d09433dbcea94721441) | ||
sqlite-autoconf-3190300.tar.gz (2.42 MiB) |
C source code as an amalgamation. Also includes a "configure" script
and TEA makefiles for the TCL Interface. (sha1: 58f2cabffb3ff4761a3ac7f834d9db7b46307c1f) | ||
Documentation | |||
sqlite-doc-3190300.zip (5.39 MiB) |
Documentation as a bundle of static HTML files. (sha1: 591a68cb165737bf024575fe90d4e28df0a57b65) | ||
Precompiled Binaries for Android | |||
sqlite-android-3190300.aar (4.61 MiB) |
A precompiled Android library containing the core SQLite together
with appropriate Java bindings, ready to drop into any Android
Studio project. (sha1: 6a983c544a1b4acc18ee76cdc68ba224092eea48) | ||
Precompiled Binaries for Linux | |||
sqlite-tools-linux-x86-3190300.zip (1.79 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: 128c94807efa2d27c309f74b51af668ee3b67ebd) | ||
Precompiled Binaries for Mac OS X (x86) | |||
sqlite-tools-osx-x86-3190300.zip (1.14 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: 1012be9d387f2d0adb7b27e596760046566c798c) | ||
Precompiled Binaries for Windows | |||
sqlite-dll-win32-x86-3190300.zip (434.80 KiB) |
32-bit DLL (x86) for SQLite version 3.19.3. (sha1: 92d2f84c8f528ef92993f346a7b3375f92419b7e) | ||
sqlite-dll-win64-x64-3190300.zip (722.63 KiB) |
64-bit DLL (x64) for SQLite version 3.19.3. (sha1: 80024d5736996e07bac72fbfd6d0b8cd59d2782a) | ||
sqlite-tools-win32-x86-3190300.zip (1.56 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: 21a42e8103a5a49a7305af2f58174cebeb34d1c6) | ||
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-3190300.zip (9.72 MiB) |
Snapshop of the complete (raw) source tree for SQLite version 3.19.3.
See How To Compile SQLite for usage details. (sha1: 41ad08f1268fa35e0bd9715c33bf51dee81b7bfc) | ||
sqlite-preprocessed-3190300.zip (2.08 MiB) |
Preprocessed C sources for SQLite version 3.19.3. (sha1: 2dc9fb679e4958438c6e67910104aeab375fcde9) |
Build products are named using one of the following templates:
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
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)