Re: libpqxx (proposed new C++ frontend) online

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpqxx (proposed new C++ frontend) online
Date: 2002-02-22 20:04:18
Message-ID: 200202222004.g1MK4IP14132@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


This is interesting and something we should consider including in 7.3.
Please keep us informed.

---------------------------------------------------------------------------

Jeroen T. Vermeulen wrote:
> Hi people,
>
> Up-to-date sources for the replacement C++ frontend for postgresql that I'm
> working on can now be found at
>
> http://members.ams.chello.nl/j.vermeulen31/
>
> This will probably require gcc 2.95.4 and some tweaking (the Makefile is a
> simple hack and customized to my setup). OTOH it's still a small project
> and reasonably overseeable.
>
> I'd appreciate any feedback. I know the test programs work, but there's
> lots more work to do. The library code is lots more complex than libpq++
> was, but hopefully the easier and more STL-conformant interface should
> more than make up for it. It also does automatic connection recovery
> where possible.
>
> A relatively new feature is the Transactor framework, which lets you set
> up transactions as "functors" that get invoked by the library, and if a
> connection should break, get "replayed" after automated recovery attempt.
>
> Please let me know if it works for you, or what you'd like to see changed!
>
>
> Jeroen
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2002-02-22 20:08:32 Re: libpqxx update
Previous Message Liam DeMasi 2002-02-22 19:57:35 Re: pgaccess