Atproto, add sqlx support

This commit is contained in:
Julia Lange 2025-06-16 15:54:20 -07:00
parent 781a56028f
commit 0573e1aa43
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
6 changed files with 102 additions and 1 deletions

View file

@ -7,6 +7,7 @@ async-trait = "0.1.88"
atproto = { path = "./atproto" }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"