diff options
author | nork <nork@FreeBSD.org> | 2004-10-13 00:10:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-13 00:10:31 +0800 |
commit | 93c03970926225714423448e961a5f3eb6359c6a (patch) | |
tree | d2c7f12246bc6c2e8f18bbf5131240d7bc505dc6 /databases/p5-DBD-SQLite/pkg-descr | |
parent | 3bff4fe6af1964e6b90ebee9c2802af7d6364054 (diff) | |
download | freebsd-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-descr | 8 |
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 |