@[email protected] to Programmer [email protected] • 3 months agoJSON Query Languageprogramming.devimagemessage-square47fedilinkarrow-up1847arrow-down118
arrow-up1829arrow-down1imageJSON Query Languageprogramming.dev@[email protected] to Programmer [email protected] • 3 months agomessage-square47fedilink
minus-squareEpheralinkfedilink1•3 months agoIn a traditional SQL database, yeah. In various document-oriented (NoSQL) databases, though, you can do that.
minus-square@[email protected]linkfedilink4•3 months agoModern relational databases have support for it too including indexes etc. For example postgres.
minus-square@[email protected]linkfedilink2•3 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.