summaryrefslogtreecommitdiffstats
path: root/database/libdbi/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/libdbi/DETAILS')
-rwxr-xr-xdatabase/libdbi/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/database/libdbi/DETAILS b/database/libdbi/DETAILS
new file mode 100755
index 0000000000..8d3f303090
--- /dev/null
+++ b/database/libdbi/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libdbi
+ VERSION=0.8.1
+ SOURCE_HASH=sha1:69f9d4d1af904d2b6e8f8435e078a62d4ea83f2a
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://libdbi.sourceforge.net
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ LICENCE=LGPL
+ DOCS=""
+ ENTERED=20031213
+ UPDATED=20050831
+SHORT="a database-independent abstraction layer in C"
+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.
+EOF