c++ wrapper library

From: LeoDeBeo <leodebeo(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: c++ wrapper library
Date: 2001-05-21 13:50:54
Message-ID: 9eb6is$20gc$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi,

i wonder if there exists a c++ wrapper library to libpq (or native c++
library to postgresql). I'd like to be able to develop c++ applications
importing classes from libraries: classes like database connections, data
sources, sql-queries, much like for example de database-components in
Delphi accomplish.
i want to avoid to have to write much interface code and to rewrite again
and again error control blocks. does this exist?

tx

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gurudutt 2001-05-21 14:09:06 Need Help!!
Previous Message Karel Zak 2001-05-21 13:01:00 Re: Case insensitive string comparison?