698d527aa2
(2 versions); packaged for wip by Aleksey Cheusov. 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.
8 lines
381 B
Text
8 lines
381 B
Text
libdbi-drivers - drivers for libdbi,
|
|
the Database Independent Abstraction Layer for C
|
|
|
|
This driver allows libdbi-enabled applications to use MySQL as a
|
|
database backend. Internally, it provides a libdbi driver around the
|
|
libmysqlclient client library. See the included driver documentation
|
|
for installation instructions, usage, and information about
|
|
driver-specific peculiarities.
|