Further centralise querying & handle query errors better
Plan and implement type/trait system for all of our serialisation types
it would still be possible to jump from ap <-> mastoapi, you would just have to query for it through the DB. the conversions are cheap and going through the DB ensures consistency.
Plan and implement type/trait system for all of our serialisation types
we actually only need to go from ap <-> db and db <-> api, so the DB will act as the source of truth. mastoapi/ap are only controlling the machine, so the db can store enough data to satisfy all…