datafusion_flight_sql_server
Run this command in a terminal, in your project's directory:
cargo add datafusion-flight-sql-server
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
datafusion-flight-sql-server = "0.4.16"
The datafusion_flight_sql_server library will be automatically available globally. Read the datafusion_flight_sql_server library documentation.
Back to the crate overview.