Cargo Features

connector_arrow has no features set by default.

[dependencies]
connector_arrow = { version = "0.4.1", features = ["all", "src_postgres", "src_sqlite", "src_duckdb", "src_mysql", "src_tiberius"] }
all = src_duckdb, src_mysql, src_postgres, src_sqlite, src_tiberius
src_postgres all? = byteorder, bytes, csv, hex, postgres, postgres-fallible-iterator, postgres-protocol

Affects connector_arrow::postgres

src_sqlite all? = rusqlite

Affects connector_arrow::sqlite

src_duckdb all? = duckdb, fallible-streaming-iterator

Affects connector_arrow::duckdb

src_mysql all? = mysql, pac_cell

Affects connector_arrow::mysql

src_tiberius all? = futures, tiberius, tokio, tokio-util

Affects connector_arrow::tiberius

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hex src_postgres?

Enables hex

common optional

fallible-streaming-iterator src_duckdb?
csv src_postgres?
bytes src_postgres?
byteorder src_postgres?
pac_cell src_mysql?
tokio src_tiberius?
tokio-util src_tiberius?
futures src_tiberius?
duckdb src_duckdb?
mysql src_mysql?
postgres src_postgres?
postgres-fallible-iterator src_postgres?

Enables fallible-iterator ^0.2

postgres-protocol src_postgres?
rusqlite src_sqlite?
tiberius src_tiberius?