connector_arrow 0.12.0

Load data from databases to Apache Arrow, the fastest way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod generator;
mod spec;
mod tests;
mod util;

#[cfg(feature = "src_duckdb")]
mod test_duckdb;
#[cfg(feature = "src_mysql")]
mod test_mysql;
#[cfg(feature = "src_postgres")]
mod test_postgres;
#[cfg(feature = "src_rusqlite")]
mod test_sqlite;
#[cfg(feature = "src_tiberius")]
mod test_tiberius;