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