libdbi-drivers/README.md

7 lines
465 B
Markdown
Raw Normal View History

2024-01-06 04:04:51 +01:00
# libdbi-drivers
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 provides the database-specific drivers for the libdbi framework.
The current version of libdbi-drivers will work with any 0.8.x release of the framework.