Cargo Features

OHLCV has no features set by default.

[dependencies]
ohlcv = { version = "0.0.3", features = ["exchange", "mysql", "postgres", "sqlite"] }
exchange
mysql

Enables mysql of sqlx

Affects database::mysql

postgres

Enables postgres of sqlx

Affects database::postgres

sqlite

Enables migrate and sqlite of sqlx

Affects database::sqlite