Re: Modern C++ Interface

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: Modern C++ Interface
Дата
Msg-id 20030411182736.G23389@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Modern C++ Interface  (Peter Jones <pjones@pmade.org>)
Ответы Re: Modern C++ Interface  (Peter Jones <pjones@pmade.org>)
Список pgsql-patches
Just as a knee jerk reply: How is your interface different to libpqxx ?
(available on gborg)

Cheers,

Patrick

On Wed, Apr 09, 2003 at 11:15:46AM -0700, Peter Jones wrote:
> Hello all. I have written a modern C++ interface for postgresql and
> wanted to talk about donating it to the project. By "modern C++" I mean
> an interfaces that makes use of modern C++ techniques such as exceptions
> and iterators.
>
> This C++ code provides a nice API wrapper for libpq. I have not released
> to code to the public yet, but I have used it in a few of my
> applications. Right now the code is tagged with a BSD license and is
> available though my anonymous CVS server.
>
> The cvs web interface:
> http://pmade.org/cvs/viewcvs.cgi/pgee/
>
> Shortcut to headers:
> http://pmade.org/cvs/viewcvs.cgi/pgee/include/pgee/
>
> I would be willing to maintain this code as a separate project, but I
> think it would better serve the community if it was part of postgres.
>
> --
> Peter Jones <unix;c++;crypto;xml;vi;4wd;geek> [ http://pmade.org ]
> PGP Fingerprint: 0A2B F8AB 63CF F7A2 556F F892 5B43 7370 A4B6 E0DF
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org


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

Предыдущее
От: Peter Jones
Дата:
Сообщение: Modern C++ Interface
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: IPv6 address parsing for inet/cidr types (take II)