libpqxx update

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpqxx update
Date: 2002-01-10 23:27:04
Message-ID: 20020110232704.GD2988@bulletproof
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christof Petig 2002-01-11 09:10:13 ECPG bug: allocate descriptor does not clear sqlcode
Previous Message Michael Meskes 2002-01-10 08:23:56 Re: [ECPG] generates bad code on declare/open