[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/sqlite/sqlite.desc [COPY] Copyright (C) 2004 - 2024 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] An Embeddable SQL Database Engine [T] SQLite is a C library that implements an embeddable SQL database [T] engine. Programs that link with the SQLite library can have SQL database [T] access without running a separate RDBMS process. The distribution comes [T] with a standalone command-line access program (sqlite) that can be used [T] to administer an SQLite database and which serves as an example of how [T] to use the SQLite library. [T] [T] SQLite is not a client library used to connect to a big database [T] server. SQLite is the server. The SQLite library reads and writes directly [T] to and from the database files on disk. [U] http://www.sqlite.org/ [A] drh@hwaci.com [M] Rene Rebe [C] extra/database [F] CROSS NO-LTO.gcc [L] PublicDomain [S] Stable [V] 3450100 [P] X -----5---9 120.000 # apparently not correctly wired up in the Makefile, thus requiring # the tcl based "amalgamation" build-style, ... [O] pkginstalled tcl && var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_ENABLE_FTS3=1' || var_append extraconfopt ' ' '--disable-tcl' # for Firefox et al. when using system sqlite [O] var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_DBSTAT_VTAB' [CV-URL] http://www.sqlite.org/download.html # we need to use alamgamation version now according to it's website [D] ac30ce9f1d521b26ed760894301b55d06ab9ba67f12a07e3b19e2deb sqlite-autoconf-3450100.tar.gz https://www.sqlite.org/2024/