A from-scratch atproto PDS implementation in Python (mirrors https://github.com/DavidBuchanan314/millipds)
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

oops

+1 -1
+1 -1
migration_scripts/v2.py
··· 8 8 from millipds import static_config 9 9 10 10 11 - def migrate(con): 11 + def migrate(con: apsw.Connection): 12 12 version_now, *_ = con.execute("SELECT db_version FROM config").fetchone() 13 13 14 14 assert version_now == 1