|
|
| Precompiled Binaries for Linux | |||
| sqlite3-3.6.2.bin.gz (201.22 KiB) | A command-line program for accessing and modifying SQLite version 3.* databases. See the documentation for additional information. | ||
| tclsqlite-3.6.2.so.gz (212.19 KiB) | Bindings for Tcl/Tk. 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-3.6.2.so.gz (202.05 KiB) | A precompiled shared-library for Linux without the TCL bindings. | ||
| sqlite3_analyzer-3.6.1.bin.gz (635.96 KiB) | An analysis program for database files compatible with SQLite version 3.6.1 and later. | ||
| Precompiled Binaries For Mac OSX | |||
| sqlite3-3.6.2-osx-x86.bin.gz (209.97 KiB) | A command-line program for accessing and modifying SQLite version 3.* databases. For x86 Macs only. | ||
| sqlite3_analyzer-3.6.1-osx-x86.bin.gz (317.40 KiB) | An analysis program for database files compatible with SQLite version 3.6.1 and later. | ||
| Precompiled Binaries For Windows | |||
| sqlite-3_6_2.zip (233.29 KiB) | A command-line program for accessing and modifing SQLite databases. See the documentation for additional information. | ||
| tclsqlite-3_6_2.zip (296.34 KiB) | Bindings for Tcl/Tk. 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-3_6_2.zip (224.43 KiB) | This is a DLL of the SQLite library without the TCL bindings. The only external dependency is MSVCRT.DLL. | ||
| sqlite3_analyzer-3.6.1.zip (508.70 KiB) | An analysis program for database files compatible with SQLite version 3.6.1 and later. | ||
| Source Code | |||
| sqlite-amalgamation-3_6_2.zip (894.13 KiB) | This ZIP archive contains all preprocessed C code combined into a single source file (the amalgamation). This is the preferred way of acquiring the SQLite source code. It is suggested that you use this packing option unless you have a compelling reason to use one of the other packaging options below. | ||
| sqlite-amalgamation-3.6.2.tar.gz (1.17 MiB) | A tarball containing the amalgamation together with an configure script and makefile for building it. This is the recommended source distribution for Unix platforms. | ||
| sqlite-3_6_2-tea.tar.gz (975.54 KiB) | A tarball of preprocessed source code together with a Tcl Extension Architecture (TEA) compatible configure script and makefile. | ||
| sqlite-3.6.2.tar.gz (2.21 MiB) | A tarball of the complete source tree for SQLite version 3.6.2 as extracted from the version control system. The individual source files require preprocessing (handled automatically by the Makefile) before they are ready to be incorporated into a working library. | ||
| sqlite-source-3_6_2.zip (914.55 KiB) | This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package. | ||
| Documentation | |||
| sqlite_docs_3_6_2.zip (1.71 MiB) | This ZIP archive contains most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation. | ||
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
The documentation is maintained in a fossil repository located at:
http://www.sqlite.org/docsrc