Re: Postgresql Development Options

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Postgresql Development Options
Дата
Msg-id D47DAAA1-6882-4E9E-8663-6393F2A04628@blighty.com
обсуждение исходный текст
Ответ на Postgresql Development Options  (Ray Madigan <raymond.madigan@gmail.com>)
Ответы Re: Postgresql Development Options
Список pgsql-general
On Apr 5, 2015, at 1:21 PM, Ray Madigan <raymond.madigan@gmail.com> wrote:

> I have been using postgresql in java off and on for many years.   I now have an assignemtn where I have to build a
verystraight forward networked application that needs to be able to insert Array data types from a windows environment
toa remote Linux Postgresql database.   
>
> My first attempt was to use Qt.  Their is a postgresql driver and found out the hard way that it doesn't support the
Arraydata type.  I need a small ui so the user can set options for the application.   My question is, are there other
UIoptions that I can use to development this application. 

The Qt database driver is not great for general use. Where it shines is when you want to do simple CRUD queries and to
havethem connected to widgets with minimal work. It should support arrays, though, with a little data transformation. 

If you're looking to use C++ then Qt is an excellent framework for a GUI app - one that you won't beat for
cross-platformwork - but you might consider whether using libpqxx or libpq to connect to the database might suit your
needsbetter. 

Cheers,
  Steve



В списке pgsql-general по дате отправления:

Предыдущее
От: Stefan Keller
Дата:
Сообщение: Re: Overlap function for hstore?
Следующее
От: Filipe Pina
Дата:
Сообщение: Re: Serializable transaction restart/re-execute