Db, first commit of work

This also touches atproto/src/lib.rs which may be a problem for the
rebase~

Adds migrations and all the other stuff.

Db, Commit two, everything is looking pretty

Db, add atproto error support

Db, rename spoor to direct, implement sessions

Db, add activity ingestor, fix type name

activity has its type name Authority instead of Uri for some reason? So
that is no longer an issue.

EVERYTHING IS STILL UNTESTED BABY~
This commit is contained in:
Julia Lange 2025-06-11 17:29:59 -07:00
parent c1b5b774d5
commit 7274be1d91
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
13 changed files with 248 additions and 81 deletions

1
Cargo.lock generated
View file

@ -569,6 +569,7 @@ dependencies = [
"async-trait",
"atproto",
"sqlx",
"thiserror 2.0.12",
"tokio",
]