Fixup fromcvs/togit conversion
[pkgsrcv2.git] / databases / sqlite3-docs / DESCR
1 SQLite is a C library that implements an SQL database engine. Programs
2 that link with the SQLite library can have SQL database access without
3 running a separate RDBMS process. The distribution comes with a standalone
4 command-line access program (sqlite) that can be used to administer an
5 SQLite database and which serves as an example of how to use the SQLite
6 library.
7
8 SQLite is not a client library used to connect to a big database server.
9 SQLite is the server. The SQLite library reads and writes directly to and
10 from the database files on disk.
11
12 This package contains the documentation, which is shipped separately.