Re: talking to postgresql from C/C++

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: talking to postgresql from C/C++
Date: 2003-03-07 17:14:30
Message-ID: 303E00EBDD07B943924382E153890E5433F7EA@cuthbert.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mlw [mailto:pgsql(at)mohawksoft(dot)com] wrote:
> I use PostgreSQL with C++ all the time. I actually have a SQL class
that
> abstracts libpq and ODBC, so I'm pretty much past a lot of the "how I
> want to use it" stuff.

What about libpq++? I have not used the thing, but if he absolutely
insists on using C++ in his database interface that's at least worth
checking out. Same for embedded C.

I often use the zeos toolkit for postgres, which works with C++ Builder,
Delphi, and Kylix. If you use those tools I can vouch that they are a
good way to write apps with postgres. The zeos connection toolkit is an
order of magnitude faster than pgodbc.

For tight oo integration with the database, I would take either Java or
(if you hail from *nix and can deal with mono) C#.

Merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-07 17:20:46 Re: Win32 Powerfail testing
Previous Message Dave Page 2003-03-07 17:13:47 Re: What's up with www.postgresql.org?