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