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