Обсуждение: A Database interface for C (like DBI.pm?)

Поиск
Список
Период
Сортировка

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

От
David Giffin
Дата:
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