libpqxx update - Mailing list pgsql-interfaces

From Jeroen T. Vermeulen
Subject libpqxx update
Date
Msg-id 20020110232704.GD2988@bulletproof
Whole thread Raw
List pgsql-interfaces
My new C++ frontend to PostgreSQL, libpqxx, now has a little home page
of its own.  Find it at:
http://members.ams.chello.nl/j.vermeulen31/proj-libpqxx.html

History is included on the page.  Among the hottest updates are support
for back_insert_iterators in TableWriter (which lets you write tuples to
a table using "*i++ = Row;" syntax), and a more self-reliant setup of
the little test programs so the Makefile can run a simple regression
test with a minimum of human preparation.

Documentation is still in SGML, similar to the dialect found in the
PostgreSQL docs themselves.  The tutorial has been expanded slightly,
and a "why yet another C++ SQL frontend" section has been added.

Let me know what you think!


Jeroen




pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [ECPG] generates bad code on declare/open
Next
From: Christof Petig
Date:
Subject: ECPG bug: allocate descriptor does not clear sqlcode