Re: Recomended front ends?

Поиск
Список
Период
Сортировка
От Peter J. Holzer
Тема Re: Recomended front ends?
Дата
Msg-id 20190828190846.GB18537@hjp.at
обсуждение исходный текст
Ответ на Re: Recomended front ends?  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список 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/>

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: francis picabia
Дата:
Сообщение: Re: How to log 'user time' in postgres logs
Следующее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: Recomended front ends?