Re: Recomended front ends? - Mailing list pgsql-general

From Rich Shepard
Subject Re: Recomended front ends?
Date
Msg-id alpine.LNX.2.20.1908071335060.12111@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Recomended front ends?  (Igor Korot <ikorot01@gmail.com>)
Responses Re: Recomended front ends?
Re: Recomended front ends?
List 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 by date:

Previous
From: Igor Korot
Date:
Subject: Re: Recomended front ends?
Next
From: "David G. Johnston"
Date:
Subject: Re: Why must AUTOCOMMIT be ON to do txn control in plpgsql procedure?