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