Skip to content

Commit

Permalink
Add protocol compliant PostgresKvStore impl.
Browse files Browse the repository at this point in the history
This impl is protocol compliant but missing a few
key optimizations and error handling.
  • Loading branch information
G8XSU committed Sep 30, 2024
1 parent 8d91948 commit 02bad43
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 9 deletions.
5 changes: 5 additions & 0 deletions rust/impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ edition = "2021"
[dependencies]
async-trait = "0.1.77"
api = { path = "../api" }
chrono = "0.4.38" #TODO: Evaluate if necessary.
tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4"] }
bb8 = "0.7"
bb8-postgres = "0.7"
bytes = "1.4.0"
Loading

0 comments on commit 02bad43

Please sign in to comment.