1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/sqlite2/sqlite2.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] An Embeddable SQL Database Engine
15 [T] SQLite is a C library that implements an embeddable SQL database
16 [T] engine. Programs that link with the SQLite library can have SQL database
17 [T] access without running a separate RDBMS process. The distribution comes
18 [T] with a standalone command-line access program (sqlite) that can be used
19 [T] to administer an SQLite database and which serves as an example of how
20 [T] to use the SQLite library.
22 [T] SQLite is not a client library used to connect to a big database
23 [T] server. SQLite is the server. The SQLite library reads and writes directly
24 [T] to and from the database files on disk.
26 [U] http://www.sqlite.org/
29 [M] Rene Rebe <rene@t2-project.org>
37 [P] X -----5---9 132.300
39 [CV-URL] http://www.sqlite.org/download.html
41 [D] 8b9c700475c723dbe05d7b92d179482e0a22f10c7fe72aded95affb3 sqlite-2.8.17.tar.gz http://www.sqlite.org/