Cargo Features

IntoQuery has no features set by default.

[dependencies]
into_query = { version = "0.2.4", features = ["mysql", "postgres", "sqlite"] }
mysql

Enables mysql of diesel ^1.4.5 and into_query_derive

postgres

Enables postgres of diesel ^1.4.5 and into_query_derive

sqlite

Enables sqlite of diesel ^1.4.5 and into_query_derive

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.

into_query_derive mysql? postgres? sqlite?