Adding datafusion_flight_sql_server library as a dependency

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:

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.