decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at 0a451b14f23867ff8a2afbb40034cfb237e47f9b 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;