aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-SQLite/pkg-descr
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-10-13 00:10:31 +0800
committernork <nork@FreeBSD.org>2004-10-13 00:10:31 +0800
commit93c03970926225714423448e961a5f3eb6359c6a (patch)
treed2c7f12246bc6c2e8f18bbf5131240d7bc505dc6 /databases/p5-DBD-SQLite/pkg-descr
parent3bff4fe6af1964e6b90ebee9c2802af7d6364054 (diff)
downloadfreebsd-ports-gnome-93c03970926225714423448e961a5f3eb6359c6a.tar.gz
freebsd-ports-gnome-93c03970926225714423448e961a5f3eb6359c6a.tar.zst
freebsd-ports-gnome-93c03970926225714423448e961a5f3eb6359c6a.zip
Update to 1.06 (Based on SQLite 3.0.7).
Diffstat (limited to 'databases/p5-DBD-SQLite/pkg-descr')
-rw-r--r--databases/p5-DBD-SQLite/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/pkg-descr b/databases/p5-DBD-SQLite/pkg-descr
index 4fca15965e42..67516ef45351 100644
--- a/databases/p5-DBD-SQLite/pkg-descr
+++ b/databases/p5-DBD-SQLite/pkg-descr
@@ -1,12 +1,12 @@
-DBD::SQLite2
-============
+DBD::SQLite
+===========
SQLite is a small fast embedded SQL database engine.
-DBD::SQLite2 embeds that database engine into a DBD driver, so if
+DBD::SQLite embeds that database engine into a DBD driver, so if
you want a relational database for your project, but don't want
to install a large RDBMS system like MySQL or PostgreSQL, then
-DBD::SQLite2 may be just what you need.
+DBD::SQLite may be just what you need.
It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset