Cargo Features

nidrs-diesel has no features set by default.

[dependencies]
nidrs-diesel = { version = "0.5.0", features = ["mysql", "postgres", "sqlite", "not_async", "mysql_async", "postgres_async", "sqlite_async", "async"] }
mysql = not_async

Enables mysql of diesel

Affects drivers::driver.mysql

postgres = not_async

Enables postgres of diesel

Affects drivers::driver.postgres

sqlite = not_async

Enables sqlite of diesel

Affects drivers::driver.sqlite

not_async mysql? postgres? sqlite?

Enables r2d2 of diesel

mysql_async = async

Enables mysql of diesel-async

Affects drivers::driver.mysql

postgres_async = async

Enables postgres of diesel-async

Affects drivers::driver.postgres

sqlite_async = async

Enables sqlite of diesel-async

Affects drivers::driver.sqlite

async mysql_async? postgres_async? sqlite_async?

Enables mobc of diesel-async

Affects drivers::AsyncQuery.query, drivers::driver