mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
[COPY] --- T2-COPYRIGHT-BEGIN ---
|
|
[COPY] t2/package/*/sqlite/sqlite.desc
|
|
[COPY] Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
[COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
|
|
[COPY] SPDX-License-Identifier: GPL-2.0
|
|
[COPY] --- T2-COPYRIGHT-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] https://www.sqlite.org/
|
|
|
|
[A] drh@hwaci.com
|
|
[M] Rene Rebe <rene@t2-project.org>
|
|
|
|
[C] base/system extra/database
|
|
[F] CROSS NO-LTO.gcc
|
|
|
|
[L] PublicDomain
|
|
[S] Stable
|
|
[V] 3490100
|
|
[P] X --2--5---9 109.400
|
|
|
|
[O] pkginstalled tcl && var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_ENABLE_FTS3=1' || var_append confopt ' ' '--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] 47d90fb7ead53becc32bb01820faa031e8e6f22ee92fb02a8762e56d sqlite-autoconf-3490100.tar.gz https://www.sqlite.org/2025/
|