Re: C++ and Postgres

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: C++ and Postgres
Дата
Msg-id 20020418085541.A15506@blighty.com
обсуждение исходный текст
Ответ на C++ and Postgres  (nandrats@mail.mdanderson.org)
Ответы Re: C++ and Postgres  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Performance of column order
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: C++ and Postgres