Re: [pg_hba.conf] publish own Python application using PostgreSQL - Mailing list pgsql-general

From
Subject Re: [pg_hba.conf] publish own Python application using PostgreSQL
Date
Msg-id 3mQWfd4vTKzFpVj@dovecot04.posteo.de
Whole thread Raw
In response to Re: [pg_hba.conf] publish own Python application using PostgreSQL  (John R Pierce <pierce@hogranch.com>)
Responses Re: [pg_hba.conf] publish own Python application using PostgreSQL  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On 2015-07-05 22:16 John R Pierce <pierce@hogranch.com> wrote:
> at a bare minimum, a database administrator needs to create database
> roles (users) and databases for an app like yours.

The admin don't need to create the db. It is done by the application
(sqlalchemy-utils on Python3) itself.

But I see. I will go back to sqlite3.


pgsql-general by date:

Previous
From: Michael Nolan
Date:
Subject: Re: Average New Users Per DOW
Next
From: John R Pierce
Date:
Subject: Re: [pg_hba.conf] publish own Python application using PostgreSQL