Those who know, know.

  • Tja@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    It’s literally what an orm does, and it’s good enough for 80% of apps out there. Using it for the wrong purpose is what’s silly.

    • evatronic@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 month ago

      I see. It seems like you may be one of the people that try to coerce relational models into nosql stores like Dynamo.

      Or course it’s possible. They even trick you into thinking it’s a good pattern by naming things “tables”.

      But if you’re using Dynamo to its fullest an ORM is not going to be able to replicate that into a relational store without some fundamental changes.