Lines Matching refs:sqlite
4 [SQLite database engine](https://sqlite.org/). Some test scripts
13 The [Fossil repository](https://sqlite.org/src/timeline) contains the urtext.
31 archives or [SQLite archives](https://sqlite.org/cli.html#sqlar) as follows:
34 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz),
35 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip), or
36 [SQLite-archive](https://www.sqlite.org/src/sqlar/sqlite.sqlar).
39 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=release),
40 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip?r=release), or
41 [SQLite-archive](https://www.sqlite.org/src/sqlar/sqlite.sqlar?r=release).
45 bullet. Or browse the [timeline](https://www.sqlite.org/src/timeline)
58 mkdir -p ~/sqlite ~/Fossils
59 cd ~/sqlite
60 fossil clone https://www.sqlite.org/src ~/Fossils/sqlite.fossil
61 fossil open ~/Fossils/sqlite.fossil
81 tar xzf sqlite.tar.gz ;# Unpack the source tree into "sqlite"
84 ../sqlite/configure ;# Run the configure script
104 For example, from the parent directory of the source subtree named "sqlite":
108 nmake /f ..\sqlite\Makefile.msc TOP=..\sqlite
109 nmake /f ..\sqlite\Makefile.msc sqlite3.c TOP=..\sqlite
110 nmake /f ..\sqlite\Makefile.msc sqlite3.dll TOP=..\sqlite
111 nmake /f ..\sqlite\Makefile.msc sqlite3.exe TOP=..\sqlite
112 nmake /f ..\sqlite\Makefile.msc test TOP=..\sqlite
132 [command-line shell](https://sqlite.org/cli.html) and
134 [Tcl bindings](https://sqlite.org/tclsqlite.html) for SQLite.
140 See [How SQLite Is Tested](http://www.sqlite.org/testing.html) for
163 generated from src/sqlite.h.in, ./manifest.uuid, and ./VERSION. The
168 just a copy of src/sqlite.h.in with the source-id and version number inserted
231 See the [architectural description](http://www.sqlite.org/arch.html)
234 [file format](http://www.sqlite.org/fileformat2.html) description,
235 the [virtual machine](http://www.sqlite.org/opcode.html) that runs
237 [how transactions work](http://www.sqlite.org/atomiccommit.html), and
238 the [overview of the query planner](http://www.sqlite.org/optoverview.html).
247 * **sqlite.h.in** - This file defines the public interface to the SQLite
326 The main SQLite website is [http://www.sqlite.org/](http://www.sqlite.org/)
328 [http://www2.sqlite.org/](http://www2.sqlite.org) and
329 [http://www3.sqlite.org/](http://www3.sqlite.org).