Cargo Features

Parvati has no features set by default.

[dependencies]
parvati = { version = "1.0.2", features = ["sqlite", "mysql"] }
sqlite = rusqlite

Affects parvati::sqlite

mysql = mysql_async

Affects parvati::mysql

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.

rusqlite sqlite?

Enables rusqlite ^0.29.0

mysql_async mysql?

Enables mysql_async ^0.32.2