Live data from Hacker News

Viewing profile — htkien

htkien

HN member
Joined
Wed, Apr 21, 2021, 1:15 PM UTC
HN karma
16
Public activity
5 items

About htkien

No profile information was provided.

Recent public activity

  1. comment
    Comment #26889491

    >It took me all of 1 hour to learn how to use prisma. That is not how this works at all. You don't know what you don't know until you need "how do I do this query in prisma". You t…

  2. comment
    Comment #26889454

    An ORM API on the other hand is completely meaningless adhoc "whatever works". It doesn't have grounding in anything.

  3. comment
    Comment #26889395

    If everything is simple, then so are the SQL queries.

  4. comment
    Comment #26889346

    Yeah, ORMs were marketed as "if your database changes, you don't have to change anything!". What about if your programming language changes? You have to learn an entirely new ORM e…

  5. comment
    Comment #26889277

    I am over ORMs. I am looking at the documentation for Prisma Client at the moment, and I just think to myself "yet another ORM I have to learn". I have learnt so many ORMs, it is j…