Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persistence is now async
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan <ryan.roberts@btp.works>
ryan-s-roberts committed Jul 16, 2024

Verified

This commit was signed with the committer’s verified signature.
ryan-s-roberts Ryan Roberts
1 parent eef50c6 commit 552f78a
Showing 38 changed files with 1,875 additions and 1,734 deletions.
556 changes: 350 additions & 206 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -59,8 +59,8 @@ criterion = { version = "0.5.1", features = ["async_futures", "async_tokio"] }
crossbeam = "^0.8"
custom_error = "1.9.2"
derivative = "2.2.0"
diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "r2d2"] }
diesel-async = { version = "0.4" }
diesel = { version = "^2.1", features = ["uuid", "chrono"] }
diesel-async = { version = "^0.4.1", features = ["postgres","deadpool","async-connection-wrapper","tokio"]}
diesel_migrations = { version = "2.1", features = ["postgres"] }
dotenvy = "0.15"
frame-benchmarking = "24.0.0"
1 change: 1 addition & 0 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ chrono = { workspace = true }
custom_error = { workspace = true }
derivative = { workspace = true }
diesel = { workspace = true }
diesel-async = { workspace = true }
diesel_migrations = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
Loading

0 comments on commit 552f78a

Please sign in to comment.