summaryrefslogtreecommitdiff
path: root/databases/libdbi-driver-sqlite3/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2010-03-10 23:55:48 +0000
committerwiz <wiz>2010-03-10 23:55:48 +0000
commit9a13a95ca35b87836d81e0f74b610f25033b598f (patch)
treea8b3fea571affc5b3a347bff0343c404961eb825 /databases/libdbi-driver-sqlite3/DESCR
parent2ea30d112943467ae14a6958db905ad8b75678a1 (diff)
downloadpkgsrc-9a13a95ca35b87836d81e0f74b610f25033b598f.tar.gz
Initial import of libdbi and its drivers for mysql, postgresql and sqlite
(2 versions); packaged for wip by Aleksey Cheusov. libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
Diffstat (limited to 'databases/libdbi-driver-sqlite3/DESCR')
-rw-r--r--databases/libdbi-driver-sqlite3/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/libdbi-driver-sqlite3/DESCR b/databases/libdbi-driver-sqlite3/DESCR
new file mode 100644
index 00000000000..db478ab4170
--- /dev/null
+++ b/databases/libdbi-driver-sqlite3/DESCR
@@ -0,0 +1,7 @@
+libdbi-drivers - drivers for libdbi,
+the Database Independent Abstraction Layer for C
+
+This driver allows libdbi-enabled applications to use SQLite3 as a
+database backend. Internally, it provides a libdbi driver around the libpq
+client library. See the included driver documentation for installation
+instructions, usage, and information about driver-specific peculiarities.