Sqlo has no features set by default.
[dependencies] sqlo = { version = "0.2.0", features = ["sqlite", "postgres", "mysql"] }
Enables sqlite of sqlx ^0.6
Enables postgres of sqlx ^0.6
Enables mysql of sqlx ^0.6
Sqlo has 3 features without comments.