testeronious@lemmy.world to Programming@programming.dev · 9 months agoWhat if an SQL Statement Returned a Database?arxiv.orgexternal-linkmessage-square13fedilinkarrow-up144arrow-down13cross-posted to: [email protected][email protected]
arrow-up141arrow-down1external-linkWhat if an SQL Statement Returned a Database?arxiv.orgtesteronious@lemmy.world to Programming@programming.dev · 9 months agomessage-square13fedilinkcross-posted to: [email protected][email protected]
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.