Re: Do we need yet another IDE (SQL development assistant) forPostgreSQL?

Поиск
Список
Период
Сортировка
От Albrecht Dreß
Тема Re: Do we need yet another IDE (SQL development assistant) forPostgreSQL?
Дата
Msg-id GNQ2TEOC.G2REYQMX.FRXDRZUK@FPIQLT4K.4ZYJMOW5.ZJLPNX4X
обсуждение исходный текст
Ответ на Re: Do we need yet another IDE (SQL development assistant) for PostgreSQL?  (Tim Cross <theophilusx@gmail.com>)
Ответы Re: Do we need yet another IDE (SQL development assistant) for PostgreSQL?
Re: Do we need yet another IDE (SQL development assistant) forPostgreSQL?
Список pgsql-general
Am 16.07.18 00:14 schrieb(en) Tim Cross:
>> Thank you for the point. I'm the C++ programmer and I'm author of the C++ client library for PostgreSQL - Pgfe and
I'mgoing to use it in this project. But I'm not sure about the cross-platform GUI toolkit. 
>
> The cross-platform GUI toolkit will be the challenge.

Try Qt <https://www.qt.io/download-qt-installer>.  It uses c++, comes with a dual license (LGPL/commercial) and
supportsall relevant platforms: 
- Linux: will work ootb for all distos I know, without the need to ship it with libraries
- macOS: includes support to create the usual bundles which go into the Applications folder
- Winbloze: works fine there, too, if you insist on a broken os ;-)

I worked on a Qt-based oss project in the past, and it is actually trivial to create binaries for all aforementioned
platformsfrom the same sources. 

Hth,
Albrecht.
Вложения

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

Предыдущее
От: Dmitry Igrishin
Дата:
Сообщение: Re: Do we need yet another IDE (SQL development assistant) for PostgreSQL?
Следующее
От: Tim Clarke
Дата:
Сообщение: Re: Do we need yet another IDE (SQL development assistant) forPostgreSQL?