Thread: A Database interface for C (like DBI.pm?)

A Database interface for C (like DBI.pm?)

From
David Giffin
Date:
I writing a dynamic mark up languange and would like to provide support
for multiple databases including PGSQL. I have written the prototype in
Perl using DBI.pm and the DBD::Pg driver. I was wondering if there are
libraries that would acomplish the same tasks in C ? (right now I'm hand
crafting one using the source to DBI.pm as an example).

David