Cargo Features

Atmosphere has no features set by default.

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

Enables mysql of atmosphere-core and atmosphere-macros

postgres

Enables postgres of atmosphere-core and atmosphere-macros

sqlite

Enables sqlite of atmosphere-core and atmosphere-macros

Atmosphere has 3 features without comments.