Skip to content

Commit 02bad43

Browse files
committed
Add protocol compliant PostgresKvStore impl.
This impl is protocol compliant but missing a few key optimizations and error handling.
1 parent 8d91948 commit 02bad43

File tree

2 files changed

+375
-9
lines changed

2 files changed

+375
-9
lines changed

rust/impls/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ edition = "2021"
66
[dependencies]
77
async-trait = "0.1.77"
88
api = { path = "../api" }
9+
chrono = "0.4.38" #TODO: Evaluate if necessary.
10+
tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4"] }
11+
bb8 = "0.7"
12+
bb8-postgres = "0.7"
13+
bytes = "1.4.0"

0 commit comments

Comments
 (0)