JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoJSON Query Languageprogramming.devimagemessage-square48fedilinkarrow-up1866arrow-down118
arrow-up1848arrow-down1imageJSON Query Languageprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square48fedilink
minus-squaremeliaesc@lemmy.worldlinkfedilinkarrow-up2arrow-down3·1 year agoWhy not use nosql if your important data is stored in JSON? You can still do all your fancy little joins and whatnot.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up4·1 year agoTurn it inside out. Why not use a RDBMS with a NoSQL bit added on the side?
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up3·1 year 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.