aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2/pkg-descr
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-02 02:58:53 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-02 02:58:53 +0000
commite5962c5b637227430d02c0b7501dd6e5b5aab748 (patch)
treeb9ced839a6c3ba40c878990134c5430301cd714b /databases/sqlite2/pkg-descr
parentabc41b34b9bddf42c18ed63d2d8a511d4313c23a (diff)
Notes
Diffstat (limited to 'databases/sqlite2/pkg-descr')
-rw-r--r--databases/sqlite2/pkg-descr11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/sqlite2/pkg-descr b/databases/sqlite2/pkg-descr
index 9637e448f5bb..391d99ee6abf 100644
--- a/databases/sqlite2/pkg-descr
+++ b/databases/sqlite2/pkg-descr
@@ -1,8 +1,7 @@
-SQLite is an SQL database library that uses GDBM as its underlying
-file storage mechanism. Programs that link the SQLite library can
-have SQL database access without running a separate RDBMS process.
-The distribution comes with a standalone command-line access program
-(sqlite) that can be used to administer an SQLite database and which
-serves as an example of how to use the SQLite library.
+SQLite is an SQL database engine in a C library. Programs that link the SQLite
+library can have SQL database access without running a separate RDBMS process.
+The distribution comes with a standalone command-line access program (sqlite)
+that can be used to administer an SQLite database and which serves as an
+example of how to use the SQLite library.
WWW: http://www.hwaci.com/sw/sqlite/