Sjmarf to Programmer [email protected] • 1 year agoWhat do you think guyshistory-computer.comexternal-linkmessage-square30fedilinkarrow-up167arrow-down114
arrow-up153arrow-down1external-linkWhat do you think guyshistory-computer.comSjmarf to Programmer [email protected] • 1 year agomessage-square30fedilink
minus-square@[email protected]linkfedilink44•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.
I think I need to lie down.