Cargo Features
[dependencies]
async-bb8-diesel = { version = "0.2.1", default-features = false, features = ["cockroach"] }
- cockroach default
-
Enables CockroachDB-specific functions.
Affects
async_traits::AsyncConnection.transaction_async_with_retry
,async_traits::AsyncConnection.transaction_async_with_retry_inner
… - default = cockroach
-
The
cockroach
feature is set by default wheneverasync-bb8-diesel
is added without
somewhere in the dependency tree.default-features = false