flight-sql-client 0.1.0

A Rust client library for Arrow Flight SQL servers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "flight-sql-client"
version = "0.1.0"
edition = "2021"
description = "A Rust client library for Arrow Flight SQL servers"
license = "MIT"
repository = "https://github.com/swanlake-io/swanlake"
keywords = ["flight-sql", "arrow", "adbc", "database", "client"]
categories = ["database", "api-bindings"]

[dependencies]
adbc_core = "0.20.0"
adbc_driver_manager = "0.20.0"
adbc-driver-flightsql = "0.1.0"
anyhow = "1.0"
arrow-array = "56"
arrow-schema = "56"
chrono = "0.4"