We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e32093 commit 6a25cb5Copy full SHA for 6a25cb5
1 file changed
Cargo.toml
@@ -81,7 +81,7 @@ datafusion-physical-plan = { version = "46" }
81
tempfile = "3.8.1"
82
83
[features]
84
-mysql = ["dep:mysql_async", "dep:async-stream"]
+mysql = ["dep:mysql_async", "dep:async-stream", "dep:arrow-schema"]
85
postgres = ["dep:tokio-postgres", "dep:uuid", "dep:postgres-native-tls", "dep:bb8", "dep:bb8-postgres", "dep:native-tls", "dep:pem", "dep:async-stream", "dep:arrow-schema"]
86
sqlite = ["dep:rusqlite", "dep:tokio-rusqlite", "dep:arrow-schema"]
87
duckdb = ["dep:duckdb", "dep:r2d2", "dep:uuid", "dep:dyn-clone", "dep:async-stream", "dep:arrow-schema", "dep:byte-unit"]
0 commit comments