• expr@programming.dev
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    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.

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      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

    • emptyother@programming.dev
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      6 months ago

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