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

From Rich Shepard
Subject Re: Recomended front ends?
Date
Msg-id alpine.LNX.2.20.1908081030570.9087@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Recomended front ends?  (Stuart McGraw <smcg4191@mtneva.com>)
Responses Re: Recomended front ends?
List pgsql-general
On Thu, 8 Aug 2019, Stuart McGraw wrote:

> I would be a little cautious about Django.

> Specifically IIRC it insists that tables have a single-column primary
> keys.

Stuart,

I looked seriously at Django and did not encounter that limitation. However,
I did learn that I'm not a web application developer nor do I want to be.
The applications I develop, primarily for my own business needs. use
SQLAlchemy and that allows multi-column primary keys. That's a necessity for
many-to-many tables (or SA classes).

I suspect that Django also allows multi-column primary keys but the syntax
might not be obvious.

Regards,

Rich



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Recomended front ends?
Next
From: Adrian Klaver
Date:
Subject: Re: Recomended front ends?