diff options
Diffstat (limited to 'libraries/libdbi/README')
-rw-r--r-- | libraries/libdbi/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libdbi/README b/libraries/libdbi/README new file mode 100644 index 0000000000..cd5232c207 --- /dev/null +++ b/libraries/libdbi/README @@ -0,0 +1,10 @@ +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. |