Cargo Features

canyon_macros has no features set by default.

[dependencies]
canyon_macros = { version = "0.5.0", features = ["postgres", "mssql", "mysql", "migrations"] }
postgres

Enables postgres of canyon_connection, canyon_crud, and canyon_migrations

mssql

Enables mssql of canyon_connection, canyon_crud, and canyon_migrations

mysql

Enables mysql of canyon_connection, canyon_crud, and canyon_migrations

migrations = canyon_migrations

Affects canyon_macro::main_with_queries

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.

canyon_migrations migrations? mssql? mysql? postgres?