Re: Recomended front ends?

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Recomended front ends?
Date: 2019-08-07 20:38:07
Message-ID: alpine.LNX.2.20.1908071335060.12111@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2019-08-07 20:40:40 Re: Why must AUTOCOMMIT be ON to do txn control in plpgsql procedure?
Previous Message Igor Korot 2019-08-07 20:21:48 Re: Recomended front ends?