Announce: pgstream, a new C++ wrapper library

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Announce: pgstream, a new C++ wrapper library
Дата
Msg-id 20041008153112.451063@localhost
обсуждение исходный текст
Список pgsql-interfaces
    Hello,

In the course of a postgresql-based project, I've written a C++ library
with a stream-like API and some support classes on top of libpq.
For those who know the Oracle Template Library
(http://otl.sourceforge.net), the API is a bit similar in spirit.

Anyway, I've decided to document and release it in case it might be of
use for other people:

http://www.manitou-mail.org/pgstream

In short, the goal of the library is to improve code readability and
concisness by taking charge of the necessary but boring stuff around
libpq calls. It also uses newer libpq calls (new=V3 protocol) to
deal with binary contents, prepared queries and bound parameters.
See the URL above for feature list, documentation, and download link.

BTW it won't compile for postgresql-7.3 or older, 7.4 at least is
required.

-- DanielPostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org



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

Предыдущее
От: Björn Lietz-Spendig
Дата:
Сообщение: NEWBIE Query the PG8 Systemtables pg_xxx
Следующее
От: Akbar Mokhtarani
Дата:
Сообщение: Re: Array elements (urgent help needed)