Cargo Features

br-addon has no features set by default.

[dependencies]
br-addon = { version = "0.0.24", features = ["mysql", "sqlite", "mssql", "cache", "kafka"] }
mysql

Enables db-mysql of br-db

Affects action::Action.table_select, action::Action.table_menu, action::Action.table_tree, action::Action.table_list, br-addon::Plugin.init_db, tools::Tools.db, tools::ToolsConfig.db

sqlite

Enables db-sqlite of br-db

Affects action::Action.table_select, action::Action.table_menu, action::Action.table_tree, action::Action.table_list, br-addon::Plugin.init_db, tools::Tools.db, tools::ToolsConfig.db

mssql

Enables db-mssql of br-db

Affects action::Action.table_select, action::Action.table_menu, action::Action.table_tree, action::Action.table_list, br-addon::Plugin.init_db, tools::Tools.db, tools::ToolsConfig.db

cache = br-cache

Affects tools::Tools.cache, tools::ToolsConfig.cache

kafka = br-kafka

Affects tools::Tools.kafka, tools::ToolsConfig.kafka

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.

br-db mssql? mysql? sqlite?
br-cache cache?
br-kafka kafka?