Hello good folks of Apache Arrow! I come looking for feedback on my
Rust crate connector_arrow [1], which is an Arrow database client that
is able to connect to multiple databases over their native protocols.

It is very similar to ADBC, but better adapted for the Rust ecosystem,
as it can be compiled with plain cargo and uses established crates for
connecting to the databases.

The main feedback I need is the API exposed by the library [2]. I've
tried to keep it minimal and it turned out much more concise than the
api exposed by ADBC. Have I missed important features?

Aljaž Mur Eržen

[1]: https://docs.rs/connector_arrow/latest/connector_arrow/
[2]: 
https://github.com/aljazerzen/connector_arrow/blob/main/connector_arrow/src/api.rs

Reply via email to