Download List

Project Description

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 plugin architecture allows for new database drivers to be easily added by a third party with flexible licensing.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-02-06 23:12
0.8.3

Error handling and reporting was improved, and three string-escaping functions were added.
Tags: Minor feature enhancements

2007-02-20 12:08
0.8.2

Support for a timezone suffix in time and date types was added. Error handling and error reporting were vastly improved. Some memory leaks were fixed.
Tags: Minor feature enhancements

2005-09-28 22:26
0.8.1

A bug in some of the string retrieval functions was fixed, which caused libdbi to return NULL instead of an empty string.
Tags: Major bugfixes

2005-09-01 00:18
0.8.0

The internals were thoroughly revised to remove signedness and silent (on i386) type mismatches in an attempt to improve portability beyond the mainstream Linux and BSD systems, including 64bit platforms. Support for connection character encodings and for quoting binary strings was added. The documentation was updated. Native Win32 builds using Mingw are now supported in addition to the Cygwin port.
Tags: Major bugfixes

2004-01-19 22:43
0.7.2

time_t values are now returned in GMT instead of local time, accessors for encodings and range checking were added, read-only string quoting support was added, and various corner-case bugs were fixed.
Tags: Minor bugfixes

Project Resources