Re: libpqxx update

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: jtv <jtv(at)xs4all(dot)nl>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpqxx update
Date: 2002-02-22 20:08:32
Message-ID: 200202222008.g1MK8Wn14746@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

jtv wrote:
> I've just made some updates to libpqxx, my new C++ frontend API to postgresql.
> Anybody who is interested, please get the source code off my homepage:
>
> http://members.ams.chello.nl/j.vermeulen31/
>
> Unpack the tarball (it will create its own directory), cd into it, enter the
> Makefile to your liking, and run make. The example programs (test*.cc) will
> show how easy the library is to use.
>
> Recent changes:
>
> - Revamped trigger notification system.
> - Some SGML documentation.
> - Enhanced error checking.
> - Regression test added to Makefile.
>
> Tom, Bruce, perhaps this is worth incorporating into the postgresql source
> tree at some point?

Yes, let us know when you would like to move it over. We have always
wanted a better C++ interface.

--
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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message jtv 2002-02-23 16:52:14 Re: libpqxx update
Previous Message Bruce Momjian 2002-02-22 20:04:18 Re: libpqxx (proposed new C++ frontend) online