• @expr
    link
    5
    edit-2
    6 months ago

    Because you never learned SQL properly, from the sound of it.

    Also, ORMs produce trash queries and are never expressive enough.

    • @emptyother
      link
      36 months ago

      ORMs produce good queries if you know what you do. Which requires proper knowledge of SQL, unfortunately.

    • @[email protected]
      link
      fedilink
      3
      edit-2
      6 months ago

      Because you never learned SQL properly, from the sound of it.

      You might be right, though, to be fair, I also keep forgetting syntax of stuff when I don’t use it very often (read SQL (._.`))

      Also, ORMa produce trash queries and are never expressive enough.

      I meant to say that I would like the raw SQL syntax to be more similar to other programming languages to avoid needing to switch between thinking about different flows of logic