decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at 0cd5bb2241da3350ea7c41fc4c9f67ea0727aeb2 6 lines 156 B view raw
1create table if not exists keyval ( 2 prefix text not null, 3 key text not null, 4 value text, 5 primary key (prefix, key) 6) strict, without rowid;