slackbuilds/libraries/libdbi
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README
libdbi.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
libdbi.info libraries/libdbi: Updated for version 0.9.0. 2013-07-02 16:06:52 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -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.