Skip to content

Commit 11554f1

Browse files
committed
switch to datafusion-postgres branch and update readme
1 parent 4f8f388 commit 11554f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ tokio-rustls = "0.26.1"
3030
sled = "0.34.7"
3131
actix-web = "4.9.0"
3232
# datafusion-postgres = { git = "https://github.com/apitoolkit/FusionGate.git" }
33-
# datafusion-postgres = { git = "https://github.com/apitoolkit/datafusion-postgres.git", branch = "insert-query-compliance" }
34-
datafusion-postgres = { path = "../datafusion-projects/datafusion-postgres/datafusion-postgres/" }
33+
datafusion-postgres = { git = "https://github.com/apitoolkit/datafusion-postgres.git", branch = "insert-query-compliance" }
34+
# datafusion-postgres = { path = "../datafusion-projects/datafusion-postgres/datafusion-postgres/" }
3535
datafusion-functions-json = "0.46.0"
3636
anyhow = "1.0.95"
3737
tokio-util = "0.7.13"

0 commit comments

Comments
 (0)