@[email protected] to Programmer [email protected] • 7 months agoJSON Query Languageprogramming.devimagemessage-square47fedilinkarrow-up1850arrow-down118
arrow-up1832arrow-down1imageJSON Query Languageprogramming.dev@[email protected] to Programmer [email protected] • 7 months agomessage-square47fedilink
minus-squareEpheralinkfedilink1•7 months agoIn a traditional SQL database, yeah. In various document-oriented (NoSQL) databases, though, you can do that.
minus-square@[email protected]linkfedilink4•7 months agoModern relational databases have support for it too including indexes etc. For example postgres.
minus-square@[email protected]linkfedilink2•7 months agoEvery major SQL database supports json manipulation nowadays. I know MariaDB and MySQL and SQLite at least support it natively.
In a traditional SQL database, yeah. In various document-oriented (NoSQL) databases, though, you can do that.
Modern relational databases have support for it too including indexes etc. For example postgres.
Every major SQL database supports json manipulation nowadays. I know MariaDB and MySQL and SQLite at least support it natively.