summaryrefslogtreecommitdiffstats
path: root/libraries/libdbi/README
diff options
context:
space:
mode:
author Michal Bialozor <bialyy@o2.pl>2010-05-12 23:30:26 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 23:30:26 +0200
commit3921ec6c74d4762331aabed023d4efc2705fb869 (patch)
tree76e3667588b8ea2e95d7356865dc5c251fea680e /libraries/libdbi/README
parent6288e461e6ae4f2482984d84b0168c364697db47 (diff)
downloadslackbuilds-3921ec6c74d4762331aabed023d4efc2705fb869.tar.gz
slackbuilds-3921ec6c74d4762331aabed023d4efc2705fb869.tar.xz
libraries/libdbi: Added to 12.2 repository
Diffstat (limited to 'libraries/libdbi/README')
-rw-r--r--libraries/libdbi/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libdbi/README b/libraries/libdbi/README
new file mode 100644
index 0000000000..cd5232c207
--- /dev/null
+++ b/libraries/libdbi/README
@@ -0,0 +1,10 @@
+libdbi - Database Independent Abstraction Layer for C
+
+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.
+
+In order to utilize the libdbi framework, you need to install drivers
+for a particular type of database. The drivers officially supported
+by libdbi are split off into the libdbi-drivers project.