SQLite Download Page

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

08.12.

2020 SQL te Download Page

Small. Fast. Reliable.


Choose any three.

Home Menu About Documentation Download License Support Purchase Search

SQLite Download Page


Source Code
sqlite- C source code as an amalgamation, version 3.34.0.
amalgamation- (sha3: 4ccbeb3abc7a338a7e7e40f94e0e41d5ceb7c0832fa30ffc861094142f5726af)
3340000.zip
(2.32 MiB)
sqlite-autoconf- C source code as an amalgamation. Also includes a "configure" script and TEA
3340000.tar.gz makefiles for the TCL Interface.
(2.79 MiB) (sha3: b7479a5b163f1ba0dd5208e247c1ea677373a2b6bf9ef8ed87c8414f58c61de3)

Documentation
sqlite-doc- Documentation as a bundle of static HTML files.
3340000.zip (sha3: f83c46d157779e2697c612b7db40ea6b909f36eaf06b4f3c2acd67685494199a)
(9.60 MiB)
Precompiled Binaries for Android
sqlite-android- A precompiled Android library containing the core SQLite together with appropriate
3340000.aar Java bindings, ready to drop into any Android Studio project.
(3.08 MiB) (sha3: f508acb9ce4847d6cd5badb078bb7a0e400cca894b2e7323f91f283ffb1007d3)

Precompiled Binaries for Linux


sqlite-tools-linux- A bundle of command-line tools for managing SQLite database files, including the
x86-3340000.zip command-line shell program, the sqldiff program, and the sqlite3_analyzer
(2.01 MiB) program.
(sha3: 345f83997d36487e98869bef768f9572227519f0ae242a3bb0047808acec2b3d)

Precompiled Binaries for Mac OS X (x86)


sqlite-tools-osx- A bundle of command-line tools for managing SQLite database files, including the
x86-3340000.zip command-line shell program, the sqldiff program, and the sqlite3_analyzer
(1.36 MiB) program.
(sha3: 92aead86b66a20035eed23fa6e413d988190411553ed5abf9c1228d15f89891a)

Precompiled Binaries for Windows


sqlite-dll-win32- 32-bit DLL (x86) for SQLite version 3.34.0.
x86-3340000.zip (sha3: 725cc4107fd1e88fd0b05e150123050bc23cf37c29e31bf388ecee9f4849ca95)
(491.81 KiB)
sqlite-dll-win64- 64-bit DLL (x64) for SQLite version 3.34.0.
x64-3340000.zip (sha3: 2ec319b69961af35fd86c0271e9c54d9b8115dfac40876a3bee4c5e51c05b8b4)
(814.19 KiB)
sqlite-tools-win32- A bundle of command-line tools for managing SQLite database files, including the
x86-3340000.zip command-line shell program, the sqldiff.exe program, and the sqlite3_analyzer.exe
(1.76 MiB) program.
(sha3: 75e13ae0cc38da453792aff2534fbdc8e1898939e9b5f4e540c1c12e15bb0112)

Universal Windows Platform


sqlite-uwp- VSIX package for Universal Windows Platform development using Visual Studio
3340000.vsix 2015.
(7.42 MiB) (sha3: b101110a4db22702c6f37040209c850bdbe5bd0d818362be6a183d5223a0da1d)

Precompiled Binaries for Windows Phone 8


sqlite-wp80-winrt- A complete VSIX package with an extension SDK and all other components needed
3340000.vsix to use SQLite for application development with Visual Studio 2012 targeting
(4.81 MiB) Windows Phone 8.0.
(sha3: ab455444e0dc1dbdcc471ba0a98f503e8a20dba05a0848320eb30023eec13251)

Precompiled Binaries for Windows Runtime

https://www.sql te.org/download.html 1/2


08.12.2020 SQL te Download Page

sqlite-winrt- A complete VSIX package with an extension SDK and all other components needed
3340000.vsix to use SQLite for WinRT application development with Visual Studio 2012.
(7.33 MiB) (sha3: 794b4d13b945ab48939e3ee990e24eecc40a27b60196084399addc739a9f1278)

sqlite-winrt81- A complete VSIX package with an extension SDK and all other components needed
3340000.vsix to use SQLite for WinRT 8.1 application development with Visual Studio 2013.
(7.34 MiB) (sha3: b50e01a2b21007bd0a00f6533872dfb00d99d32b84b2d4f9ddb8dd332ed8cb94)

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- Snapshot of the complete (raw) source tree for SQLite version 3.34.0. See How To
3340000.zip Compile SQLite for usage details.
(12.04 MiB) (sha3: aacb504de9a731155a5914a731649029e0e17de575155932be81cbb8897eeeac)

sqlite- Preprocessed C sources for SQLite version 3.34.0.


preprocessed- (sha3: 81a16612b2c30927b46dfea31f29a98cf23dd678bcceec1c8b19e69f4e8ea7a5)
3340000.zip
(2.53 MiB)

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.

https://www.sqlite.org/cgi/src (Dallas)
https://www2.sqlite.org/cgi/src (Newark)
https://www3.sqlite.org/cgi/src (San Francisco)

The documentation is maintained in separate Fossil repositories located at:

https://www.sqlite.org/cgi/docsrc (Dallas)
https://www2.sqlite.org/cgi/docsrc (Newark)
https://www3.sqlite.org/cgi/docsrc (San Francisco)

https://www.sql te.org/download.html 2/2

You might also like