slackbuilds/libraries/libdbi
ponce 7296572019 libraries/libdbi: Fixed dep information 2012-08-26 16:25:46 +02:00
..
README libraries/libdbi: Added to 12.2 repository 2010-05-12 23:30:26 +02:00
libdbi.SlackBuild libraries/libdbi: Updated for version 0.8.4. 2010-10-25 07:55:12 -05:00
libdbi.info libraries/libdbi: Fixed dep information 2012-08-26 16:25:46 +02:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

README

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.