summaryrefslogtreecommitdiffstats
path: root/database/libdbi-drivers/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/libdbi-drivers/DETAILS')
-rwxr-xr-xdatabase/libdbi-drivers/DETAILS25
1 files changed, 25 insertions, 0 deletions
diff --git a/database/libdbi-drivers/DETAILS b/database/libdbi-drivers/DETAILS
new file mode 100755
index 0000000000..a6e3b100cb
--- /dev/null
+++ b/database/libdbi-drivers/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=libdbi-drivers
+ VERSION=0.8.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://libdbi-drivers.sourceforge.net
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ LICENCE=LGPL
+ DOCS=""
+ MD5[0]=1930c5e3fc3f39bf66250fbe4ea57809
+ ENTERED=20031213
+ UPDATED=20050502
+SHORT="libdbi-drivers project maintains drivers for libdbi"
+cat << EOF
+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.
+
+The libdbi-drivers project maintains drivers for libdbi. Drivers are
+distributed seperately from the library itself.
+
+
+There are currently drivers for MySQL, PostgreSQL, SQLite, and mSQL. More are
+on the way.
+EOF