Those who know, know.

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

    I am literally in the middle of swapping DynamoDB for a RDBMS.

    The idea that you can abstract away such fundamentally different data stores is silly. While I hate doing it now, reworking the code to use relational models properly makes for a better product later.

    • 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.