summaryrefslogtreecommitdiffstats
path: root/database/sqlite/DETAILS
blob: a2484015873de01d1114595debe9c2397dcd2bcb (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
           SPELL=sqlite
         VERSION=3.7.6.2
        VERSIONX=autoconf-3070602
     SOURCE_HASH=sha512:5b8b8389eb4ebc51b4a9d4ff9ca14561fb6703c90b3c7845780f27efcc9a29c6b70aeb52bd60d92c85c17da4924e2f86e8aa2e2d73c3e3504bb20777843fb1c2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
          SOURCE=${SPELL}-${VERSIONX}.tar.gz
   SOURCE_URL[0]=http://sqlite.org/$SOURCE
      LICENSE[0]=PD
        WEB_SITE=http://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