testeronious@lemmy.world to Programming@programming.dev · 1 year agoWhat if an SQL Statement Returned a Database?arxiv.orgexternal-linkmessage-square13fedilinkarrow-up144arrow-down13cross-posted to: hackernews@lemmy.smeargle.fanshackernews@derp.foo
arrow-up141arrow-down1external-linkWhat if an SQL Statement Returned a Database?arxiv.orgtesteronious@lemmy.world to Programming@programming.dev · 1 year agomessage-square13fedilinkcross-posted to: hackernews@lemmy.smeargle.fanshackernews@derp.foo
minus-squaregraycube@kbin.sociallinkfedilinkarrow-up2·1 year 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.