Skip to content

Commit ac817e7

Browse files
committed
refactor: do sql interaction direction from the operator
1 parent 4ca4459 commit ac817e7

5 files changed

Lines changed: 405 additions & 340 deletions

File tree

Cargo.lock

Lines changed: 197 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ serde_yaml = "0.9.34"
2727
thiserror = "2.0.18"
2828
tower-http = { version = "0.6", features = ["trace"] }
2929
tokio = { version = "1.49.0", features = ["full"] }
30+
tokio-postgres = "0.7"
3031
tracing = "0.1.44"
3132
tracing-subscriber = { version = "0.3.22", features = ["json", "env-filter"] }

0 commit comments

Comments
 (0)