Cargo Features
easy-sqlite has no features set by default.
[dependencies]
easy-sqlite = { version = "0.4.1", features = ["async"] }
-
async
-
Enables
tokio
Affects
impls::async_connection
,
impls::async_executor
,
repo::IAsyncConnection
,
repo::IAsyncExecutor
…