• Ephera
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    In a traditional SQL database, yeah. In various document-oriented (NoSQL) databases, though, you can do that.

    • snowfalldreamland
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      Modern relational databases have support for it too including indexes etc. For example postgres.

      • mousetail@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Every major SQL database supports json manipulation nowadays. I know MariaDB and MySQL and SQLite at least support it natively.