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

From Peter J. Holzer
Subject Re: Recomended front ends?
Date
Msg-id 20190828190846.GB18537@hjp.at
Whole thread Raw
In response to Re: Recomended front ends?  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List pgsql-general
On 2019-08-27 16:04:02 +0100, Daniele Varrazzo wrote:
> Using the Django ORM to create complex queries is a joy (especially
> nesting subqueries),

Not for me. I usually know what SQL I want to execute. Then I have to
convert that SQL into a weird[1] and limited query language composed of
method calls so that the ORM can turn it into SQL again (hopefully
something close to the SQL I had in mind). It hurts my brain.

        hp

[1] Well, SQL is weird, too. But it is weird in an "invented 40+ years
ago and grown organically since" way, not a "constrained by the syntax
of a different language" way.


--
   _  | Peter J. Holzer    | we build much bigger, better disasters now
|_|_) |                    | because we have much more sophisticated
| |   | hjp@hjp.at         | management tools.
__/   | http://www.hjp.at/ | -- Ross Anderson <https://www.edge.org/>

Attachment

pgsql-general by date:

Previous
From: francis picabia
Date:
Subject: Re: How to log 'user time' in postgres logs
Next
From: "Peter J. Holzer"
Date:
Subject: Re: Recomended front ends?