Viewing profile — gernak
gernak
HN member- Joined
- Sat, Sep 21, 2019, 2:24 AM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About gernak
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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 …