summaryrefslogtreecommitdiffstats
path: root/database/sqlite/DETAILS
blob: ce2bace140d0cf2af0bff1820c63f56d0b124863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=sqlite
         VERSION=3.35.3
     SOURCE_HASH=sha512:b683d359fab5fe90bf58f059d640831b879dff4c9239f983b06bdf5d710c03adec563e5b143d68e7448f036794185b49d4cc602d3b71ff2629c0eaeb1b3ad79e
  SECURITY_PATCH=2
        VERSIONX=autoconf-$(awk -vFS=. '{printf "%d%02d%02d%02d",$1,$2,$3,$4}'\
		<<<"$VERSION")
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
          SOURCE=${SPELL}-${VERSIONX}.tar.gz
   SOURCE_URL[0]=https://www.sqlite.org/2021/${SOURCE}
      LICENSE[0]=PD
        WEB_SITE=https://www.sqlite.org/
         ENTERED=20011016
        KEYWORDS="sql database"
           SHORT="SQL engine in a C library"
cat << EOF
SQLite is a C library that implements an SQL database engine. A large subset of
SQL92 is supported. A complete database is stored in a single disk file. The
API is designed for convenience and ease of use. Applications that link against
SQLite can enjoy the power and flexiblity of an SQL database without the
administrative hassles of supporting a separate database server. Because it
omits the client-server interaction overhead and writes directly to disk,
SQLite is also faster than the big database servers for most operations. In
addition to the C library, the SQLite distribution includes a command-line tool
for interacting with SQLite databases and SQLite bindings for Tcl/Tk.
EOF