@[email protected] to Programmer [email protected] • 6 months agoJSON Query Languageprogramming.devimagemessage-square47fedilinkarrow-up1850arrow-down118
arrow-up1832arrow-down1imageJSON Query Languageprogramming.dev@[email protected] to Programmer [email protected] • 6 months agomessage-square47fedilink
minus-square@meliaesclink-1•6 months agoWhy not use nosql if your important data is stored in JSON? You can still do all your fancy little joins and whatnot.
minus-square@[email protected]linkfedilink4•6 months agoTurn it inside out. Why not use a RDBMS with a NoSQL bit added on the side?
minus-square@[email protected]linkfedilink3•6 months agoSpecifically so you get mature transactional guarantees, indices and constraints that let app developers trust your db.
Why not use nosql if your important data is stored in JSON? You can still do all your fancy little joins and whatnot.
Turn it inside out. Why not use a RDBMS with a NoSQL bit added on the side?
Specifically so you get mature transactional guarantees, indices and constraints that let app developers trust your db.