Atproto, add sqlx support
Moves sqlx to workspace so this touches DB and workspace
This commit is contained in:
parent
8195ded307
commit
c1b5b774d5
6 changed files with 49 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -118,6 +118,7 @@ dependencies = [
|
|||
"lazy-regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"thiserror 2.0.12",
|
||||
"time",
|
||||
"tracing",
|
||||
|
|
@ -566,6 +567,7 @@ name = "db"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atproto",
|
||||
"sqlx",
|
||||
"tokio",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue