Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libdbi: Database Independent Abstraction Layer for C
- Summary
- 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.
Changelog
- * Wed Nov 24 18:00:00 2004 Tom Lane <tgl{%}redhat{*}com> 0.6.5-10.RHEL4.1
- Backpatch into RHEL-4 branch for FZ #129616, #101695.
- * Mon Nov 8 18:00:00 2004 Tom Lane <tgl{%}redhat{*}com> 0.6.5-10
- build against mysqlclient10, not mysql, for license reasons
- * Tue Jun 15 19:00:00 2004 Elliot Lee <sopwith{%}redhat{*}com>
- rebuilt