SQLite Download Page

Precompiled Binaries for Linux
sqlite-3.0.8.so.gz
(145754 bytes)
A precompiled shared-library for Linux. This is the same as tclsqlite.so.gz but without the TCL bindings.
Precompiled Binaries For Windows
sqlitedll-3_0_8.zip
(602 bytes)
This is a DLL of the SQLite library without the TCL bindings. The only external dependency is MSVCRT.DLL.
Source Code
sqlite-source-3_0_8.zip
(438751 bytes)
This ZIP archive contains pure C source code for the SQLite library. Unlike the tarballs below, all of the preprocessing and automatic code generation has already been done on these C source code, so they can be processed directly with any ordinary C compiler. This file is provided as a service to MS-Windows users who lack the build support infrastructure of Unix.
sqlite-3.0.8.tar.gz
(3815079 bytes)
A tarball of the complete source tree for SQLite version 3.0.8 including all of the documentation.

Direct Access To The Sources Via Anonymous CVS

All SQLite source code is maintained in a CVS repository that is available for read-only access by anyone. You can interactively view the repository contents and download individual files by visiting http://www.sqlite.org/cvstrac/dir?d=sqlite. To access the repository directly, use the following commands:

cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite

When the first command prompts you for a password, enter "anonymous".

To access the SQLite version 2.8 sources, begin by getting the 3.0 tree as described above. Then update to the "version_2" branch as follows:

cvs update -r version_2
This page last modified on 2004/10/10 17:24:55