Cargo Features
r2d2-aykroyd has no features set by default.
[dependencies]
r2d2-aykroyd = { version = "0.2.1", features = ["mysql", "postgres", "rusqlite"] }
- mysql
-
Enables mysql ^24 and r2d2_mysql ^24, mysql of aykroyd
Affects
r2d2-aykroyd::mysql
… - postgres
-
Enables postgres and r2d2_postgres, postgres of aykroyd
Affects
r2d2-aykroyd::postgres
… - rusqlite
-
Enables r2d2_sqlite ^0.23 and rusqlite ^0.30, rusqlite of aykroyd
Affects
r2d2-aykroyd::rusqlite
…