update Fri Jan 22 12:37:00 PST 2010
[pkgsrc.git] / databases / p5-DBD-SQLite2 / DESCR
1 SQLite is a small fast embedded SQL database engine.
2
3 DBD::SQLite2 embeds that database engine into a DBD driver, so
4 if you want a relational database for your project, but don't
5 want to install a large RDBMS system like MySQL or PostgreSQL,
6 then DBD::SQLite2 may be just what you need.
7
8 Note: DBD::SQLite2 is the old version of DBD::SQLite, and embeds
9 version 2.x.x of the sqlite library. The current version of
10 DBD::SQLite embeds version 3 or possibly later.
11 This release is designed to allow to have both versions installed
12 on the same system.