Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libdbi - Database Independent Abstraction Layer for C
- 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 libdbi package contains just the libdbi framework. To make use of
libdbi you will also need one or more plugins from libdbi-drivers, which
contains the plugins needed to interface to specific database servers.
Packages
libdbi-0.8.3-4.fc14.src
[1.0 MiB] |
Changelog
by Tom Lane (2010-09-03):
- Do not use -ffast-math; it breaks things and seems quite unlikely to offer
any useful performance benefit for this type of package, anyway
Resolves: #629964
|