Cargo Features

rsql_drivers has no features set by default.

[dependencies]
rsql_drivers = { version = "0.15.3", features = ["all", "avro", "cockroachdb", "delimited", "duckdb", "excel", "file", "jsonl", "libsql", "mariadb", "mysql", "ods", "parquet", "postgres", "postgresql", "redshift", "rusqlite", "snowflake", "sqlite", "sqlserver", "tsv", "xml", "yaml"] }
all = arrow, avro, cockroachdb, csv, delimited, duckdb, excel, file, json, jsonl, mariadb, mysql, ods, parquet, postgres, postgresql, redshift, rusqlite, snowflake, sqlite, sqlserver, tsv, xml, yaml
arrow avro all?

Enables polars and polars-sql

cockroachdb all? = postgresql
csv delimited all?

Enables polars and polars-sql

duckdb all?

Enables duckdb ^0.10.2

excel all? ods?

Enables calamine, polars, and polars-sql

file all?
json jsonl all?

Enables polars and polars-sql

libsql

Enables libsql ^0.5.0

mariadb all? = mysql
mysql all? mariadb?

Enables mysql of sqlx ^0.7.4

ods all? = excel
parquet all?

Enables polars and polars-sql

postgres all?

Enables postgresql_embedded and tokio-postgres

postgresql all? cockroachdb? redshift?

Enables bit-vec ^0.6.3 and postgresql_embedded, postgres of sqlx ^0.7.4

redshift all? = postgresql
rusqlite all?

Enables rusqlite ^0.30.0

snowflake all?

Enables jwt-simple, reqwest, and sha2

sqlite all?

Enables form_urlencoded, sqlite of sqlx ^0.7.4

sqlserver all?

Enables futures-util, tiberius, and tokio-util

tsv all?

Enables polars and polars-sql

xml all?

Enables polars, polars-sql, and quick-xml

yaml all?

Enables polars, polars-sql, and serde_yaml

rsql_drivers has 23 features without comments.