libdbi-drivers/README.md

13 lines
616 B
Markdown

# 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.
The drivers officially supported by libdbi are:
FreeTDS (provides access to MS SQL Server and Sybase)
MySQL
PostgreSQL
SQLite/SQLite3