Skip to content

Commit 292e705

Browse files
committed
PostgreSQL range and decimal types
Signed-off-by: itowlson <[email protected]>
1 parent 7c85251 commit 292e705

File tree

5 files changed

+469
-396
lines changed

5 files changed

+469
-396
lines changed

Cargo.lock

Lines changed: 204 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/factor-outbound-pg/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ anyhow = { workspace = true }
99
chrono = { workspace = true }
1010
native-tls = "0.2"
1111
postgres-native-tls = "0.5"
12+
postgres_range = "0.11"
13+
rust_decimal = { version = "1.37", features = ["db-tokio-postgres"] }
1214
serde_json = { workspace = true }
1315
spin-core = { path = "../core" }
1416
spin-factor-outbound-networking = { path = "../factor-outbound-networking" }

0 commit comments

Comments
 (0)