libpqxx (proposed new C++ frontend) online

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpqxx (proposed new C++ frontend) online
Date: 2001-11-07 21:50:18
Message-ID: 20011107225018.A11183@bulletproof
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2001-11-08 23:00:17 libpqxx update
Previous Message Llew 2001-11-06 21:28:29 Re: COPY from files does not work