Live data from Hacker News

Viewing profile — gernak

gernak

HN member
Joined
Sat, Sep 21, 2019, 2:24 AM UTC
HN karma
5
Public activity
3 items

About gernak

No profile information was provided.

Recent public activity

  1. comment
    Comment #21033444

    You can only use a fraction of the features of a SQL database when you use an ORM because they don't translate to the new paradigm. When I am using a high level programming languag…

  2. comment
    Comment #21033148

    I am not picturing this update taking more than 3 lines of code with SQL either. Here is an update in one of my projects with names changed: await client.query(` update table set c…

  3. comment
    Comment #21033120

    >You can (and should) use them for simple queries. This is not a very compelling argument to use ORMs. It is saying "it makes easy things easier". This doesn't really buy you much …