Cargo Features

Qrlew has no features set by default.

[dependencies]
qrlew = { version = "0.9.18", features = ["sqlite", "mssql", "bigquery", "checked_injections", "tested_sampling_adjustment", "graphviz_display"] }
sqlite

Use SQLite for tests and examples

Enables rusqlite

Affects io::sqlite

mssql

Enables sqlx ^0.6.3 and tokio

Affects io::mssql

bigquery

Enables gcp-bigquery-client, tempfile, tokio, wiremock, and yup-oauth2 ^9.0

gcp-bigquery-client:

bigquery dependencies

Affects io::bigquery

checked_injections

Tests

tested_sampling_adjustment

Multiplicity features are tested on large datasets (may take too much memory)

graphviz_display

Display graphviz (may take long)