Re: is there a vendor independent C API for DB development?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: is there a vendor independent C API for DB development?
Дата
Msg-id Pine.LNX.4.30.0101091959450.1538-100000@peter.localdomain
обсуждение исходный текст
Ответ на is there a vendor independent C API for DB development?  (mkennedy@hssinc.com (Matthew Kennedy))
Список pgsql-general
Matthew Kennedy writes:

> Does anyone know of a RDBMS vendor independent C API which supports
> PostgreSQL? I'm looking for something similar to Perl DBI and Java's
> JDBC, but in C.

Embedded SQL, a.k.a ECPG in the PostgreSQL case.  See Programmer's Guide
and ecpg(1).  Embedded SQL is a bit unusual at first glance -- because of
the "embedded" thing -- but it works and it is supported by other DBs.

There's a new standard called SQL CLI (call level interface) which has
more of a libpq feeling to it, but PostgreSQL doesn't have it and I don't
think too many other products do either.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


В списке pgsql-general по дате отправления:

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: WAL questions
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: How to print explain using PHP