Cargo Features

Sqlo has no features set by default.

[dependencies]
sqlo = { version = "0.2.0", features = ["sqlite", "postgres", "mysql"] }
sqlite dev

Enables sqlite of sqlx ^0.6

postgres dev

Enables postgres of sqlx ^0.6

mysql dev

Enables mysql of sqlx ^0.6

Sqlo has 3 features without comments.