Sjmarf@sh.itjust.works to Programmer Humor@lemmy.ml · 1 year agoWhat do you think guyshistory-computer.comexternal-linkmessage-square10fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1external-linkWhat do you think guyshistory-computer.comSjmarf@sh.itjust.works to Programmer Humor@lemmy.ml · 1 year agomessage-square10fedilink
minus-squarelelgenio@lemmy.mllinkfedilinkarrow-up2·1 year ago.users { id: int !primary-key; name: text; } .users::insert { id: 1; name: "John doe"; } @query (max: 10) { .user { display: table; } .users id { display: none; } }
.users { id: int !primary-key; name: text; } .users::insert { id: 1; name: "John doe"; } @query (max: 10) { .user { display: table; } .users id { display: none; } }
Thanks, I hate it.
They both feel so wrong, I love it.