SQLite Download Page

Precompiled Binaries for Linux
Precompiled Binaries For Windows
Source Code

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