Re: C++ and Postgres - Mailing list pgsql-general

From Steve Atkins
Subject Re: C++ and Postgres
Date
Msg-id 20020418085541.A15506@blighty.com
Whole thread Raw
In response to C++ and Postgres  (nandrats@mail.mdanderson.org)
Responses Re: C++ and Postgres  (Michael Meskes <meskes@postgresql.org>)
List pgsql-general
On Wed, Apr 17, 2002 at 01:26:42PM -0500, nandrats@mail.mdanderson.org wrote:

> I'm new to Sql and Postgres and looking for a robust, easy to learn
> C++-Interface for postgres. The provided libpq++ doesn't really look promising
> at this point. I'm developing for Linux and using Qt. Does anybody have
> experience with the Qt Sql-Interface?
> Any suggestions?

Works fine, and if you're using Qt anyway it's probably the right way
to go. You do lose some flexibility, as it only implements a minimal
subset of functionality that's shared by most databases, but it's
adequate for nearly all uses.

If you find you need to do anything sophisticated you may want to come
back and look at libpq or maybe libpq++.

Cheers,
  Steve


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Performance of column order
Next
From: Michael Meskes
Date:
Subject: Re: C++ and Postgres