testeronious@lemmy.world to Programming@programming.dev · 9 months agoWhat if an SQL Statement Returned a Database?arxiv.orgexternal-linkmessage-square13fedilinkarrow-up144cross-posted to: hackernews@lemmy.smeargle.fanshackernews@derp.foo
arrow-up144external-linkWhat if an SQL Statement Returned a Database?arxiv.orgtesteronious@lemmy.world to Programming@programming.dev · 9 months agomessage-square13fedilinkcross-posted to: hackernews@lemmy.smeargle.fanshackernews@derp.foo
minus-squaregraycube@kbin.sociallinkfedilinkarrow-up2·9 months agoYou can already return complex data structures using jsonagg and recursive queries. I can see wanting to make that easier and more intuitive to do. Current sql does not restrict you to just 2D table data structures though.
You can already return complex data structures using jsonagg and recursive queries. I can see wanting to make that easier and more intuitive to do. Current sql does not restrict you to just 2D table data structures though.