SQLite Download Page

Precompiled Binaries for Linux
sqlite.bin.gz
(355274 bytes)
A command-line program for accessing and modifing SQLite databases. See the documentation for additional information.
tclsqlite.so.gz
(129514 bytes)
Bindings for TCL. You can import this shared library into either tclsh or wish to get SQLite database access from Tcl/Tk. See the documentation for details.
sqlite.so.gz
(125568 bytes)
A precompiled shared-library for Linux. This is the same as tclsqlite.so.gz but without the TCL bindings.
sqlite-2.8.2-1.i386.rpm
(159681 bytes)
RPM containing shared libraries and the sqlite command-line program.
sqlite-2.8.3-1.i386.rpm
(160927 bytes)
RPM containing shared libraries and the sqlite command-line program.
sqlite-2.8.4-1.i386.rpm
(162224 bytes)
RPM containing shared libraries and the sqlite command-line program.
sqlite-2.8.5-1.i386.rpm
(162668 bytes)
RPM containing shared libraries and the sqlite command-line program.
sqlite-2.8.6-1.i386.rpm
(165938 bytes)
RPM containing shared libraries and the sqlite command-line program.
sqlite-devel-2.8.2-1.i386.rpm
(301507 bytes)
RPM containing documentation, header files, and static library.
sqlite-devel-2.8.3-1.i386.rpm
(303509 bytes)
RPM containing documentation, header files, and static library.
sqlite-devel-2.8.4-1.i386.rpm
(312371 bytes)
RPM containing documentation, header files, and static library.
sqlite-devel-2.8.5-1.i386.rpm
(313583 bytes)
RPM containing documentation, header files, and static library.
sqlite-devel-2.8.6-1.i386.rpm
(318065 bytes)
RPM containing documentation, header files, and static library.
Precompiled Binaries For Windows
sqlite.zip
(132828 bytes)
A command-line program for accessing and modifing SQLite databases. See the documentation for additional information.
tclsqlite.zip
(118932 bytes)
Bindings for TCL. You can import this shared library into either tclsh or wish to get SQLite database access from Tcl/Tk. See the documentation for details.
sqlitedll.zip
(115610 bytes)
This is a DLL of the SQLite library without the TCL bindings. The only external dependency is MSVCRT.DLL.
Source Code
sqlite_source.zip
(357829 bytes)
This ZIP archive contains pure C source code for the SQLite library. Unlike the tarballs below, all of the preprocessing has already been done on these C source code, so you can just hand the files directly to your favorite C compiler. This file is provided as a service to MS-Windows users who lack the build support infrastructure of Unix.
sqlite-2.8.2-1.src.rpm
(834781 bytes)
RPM containing complete source code
sqlite-2.8.3-1.src.rpm
(835448 bytes)
RPM containing complete source code
sqlite-2.8.4-1.src.rpm
(814275 bytes)
RPM containing complete source code
sqlite-2.8.5-1.src.rpm
(831626 bytes)
RPM containing complete source code
sqlite-2.8.6-1.src.rpm
(834199 bytes)
RPM containing complete source code
sqlite-2.8.6.tar.gz
(831189 bytes)
Version 2.8.6 of the source tree including all documentation.
sqlite-2.2.5.tar.gz
(616831 bytes)
Version 2.2.5 of the source tree including all documentation.
sqlite-2.1.7.tar.gz
(595837 bytes)
Version 2.1.7 of the source tree including all documentation.
sqlite-1.0.32.tar.gz
(350945 bytes)
Version 1.0.32 of the source tree including all documentation.
sqlite-1.0.30.tar.gz
(306162 bytes)
Version 1.0.30 of the source tree including all documentation.


Back to the SQLite home page