Re: Recomended front ends?

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Recomended front ends?
Дата
Msg-id alpine.LNX.2.20.1908071335060.12111@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Recomended front ends?  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: Recomended front ends?  (Tim Clarke <tim.clarke@minerva.info>)
Re: Recomended front ends?  (Stuart McGraw <smcg4191@mtneva.com>)
Список pgsql-general
On Wed, 7 Aug 2019, Igor Korot wrote:

> On top of what already been said - make sure that the product you are
> about to start working on will have its requirements clear and concise.

This is a critical process that needs to be developed in depth. One
criterion that will guide your choice of UI is whether the database will be
accessed only on the LAN or also remotely. For the former, consider using
Python3 + psycopg + SQLAlchemy. For the latter, consider a web-based
application using Django.

HTH,

Rich



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

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: Recomended front ends?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Why must AUTOCOMMIT be ON to do txn control in plpgsql procedure?