libpq wrapper - Mailing list pgsql-general

From Simon Drabble
Subject libpq wrapper
Date
Msg-id Pine.LNX.3.95.981230091257.26896A-100000@localhost
Whole thread Raw
List pgsql-general
I'm working on a wrapper for libpq to fill a couple of holes, such as:

o  Ability to send formatting strings to a query a la printf()
o  Internal error logging and handling
o  Ability to return column values as more than just char *
o  Encapsulation of database connection and result structures into one
o  Paint over a couple of cracks, e.g. calling PQclear() twice (on the
same result struct) will core dump - my library fixes this.

The wrapper is just about complete but it needs to be tested more fully.

If there is any interest I'll make it available via anon ftp. Let me know
via email or the list.

Simon.

--
 To really understand a man, you must first walk a mile in his shoes. Then,
 not only will you have his shoes, you'll be a mile away.

   Simon Drabble                  madlather@syspac.com


pgsql-general by date:

Previous
From: Kaare Rasmussen
Date:
Subject: Strange error with Pg.so
Next
From: sdupille@aim.fr
Date:
Subject: Bug in char ?