docs.rs failed to build flight-sql-client-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
flight-sql-client
A Rust client library for connecting to Arrow Flight SQL servers, built on top of ADBC drivers. Designed for use with SwanLake, an Arrow Flight SQL server backed by DuckDB.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
Connect to a SwanLake server and execute a query:
use FlightSQLClient;
API Overview
FlightSQLClient: Main client for executing queries and updates.QueryResult: Holds query results with record batches.UpdateResult: Holds update results with affected rows.
See the SwanLake repository for more examples and server setup.
License
Licensed under the MIT License.