Skip to content

Commit fe56868

Browse files
committed
PostgreSQL range and decimal types
Signed-off-by: itowlson <[email protected]>
1 parent e2d25df commit fe56868

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
@@ -11,6 +11,8 @@ deadpool-postgres = { version = "0.14", features = ["rt_tokio_1"] }
1111
moka = { version = "0.12", features = ["sync"] }
1212
native-tls = "0.2"
1313
postgres-native-tls = "0.5"
14+
postgres_range = "0.11"
15+
rust_decimal = { version = "1.37", features = ["db-tokio-postgres"] }
1416
serde_json = { workspace = true }
1517
spin-core = { path = "../core" }
1618
spin-factor-outbound-networking = { path = "../factor-outbound-networking" }

0 commit comments

Comments
 (0)