Re: Modern C++ Interface

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Peter Jones <pjones(at)pmade(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Modern C++ Interface
Date: 2003-04-11 17:27:36
Message-ID: 20030411182736.G23389@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Jones 2003-04-11 17:52:50 Re: Modern C++ Interface
Previous Message Tom Lane 2003-04-11 14:14:20 Re: IPv6 address parsing for inet/cidr types (take II)