sqlite2: An Embeddable SQL Database Engine1

SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.

SQLite is not a client library used to connect to a big database server. SQLite is the server. The SQLite library reads and writes directly to and from the database files on disk.

... part of T2, get it here

URL: http://www.sqlite.org/

Author: drh@hwaci.com
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: PublicDomain
Status: Stable
Version: 2.8.17

Remark: Does cross compile (as setup and patched in T2).

Download: http://www.sqlite.org/ sqlite-2.8.17.tar.gz

T2 source: sqlite2.cache
T2 source: sqlite2.conf
T2 source: sqlite2.desc

Build time (on reference hardware): 6% (relative to binutils)2

Installed size (on reference hardware): 1.93 MB, 12 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep gzip linux-header make readline sed tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).