Skip to content

Commit 85cdf05

Browse files
authored
eventually-postgres: library overhaul after latest changes (#87)
* feat(postgres): add migrations * chore(postgres): add refinery dependency * feat(postgres): overhaul the library
1 parent 328bc88 commit 85cdf05

5 files changed

Lines changed: 295 additions & 151 deletions

File tree

eventually-postgres/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ eventually = { version = "0.4", path = "../eventually", features = ["serde"] }
1717
futures = "0.3"
1818
serde = "1.0"
1919
serde_json = "1.0"
20-
tokio = { version = "0.2", features = ["sync"] }
2120
tokio-postgres = { version = "0.5", features = ["with-serde_json-1"] }
2221
thiserror = "1.0"
22+
refinery = { version = "0.3.0", features = ["tokio-postgres"] }
23+
anyhow = "1.0.32"

0 commit comments

Comments
 (0)