Cargo Features
DatastoreConnect has no features set by default.
[dependencies]
datastore_connect = { version = "0.1.3", features = ["test", "mysql", "sqlite", "postgres", "redis", "surreal"] }
- test = tokio
- mysql
-
Datastore
Enables mysql of sqlx ^0.7.4
Datastores
Affects
libraries::sqlx
… - sqlite
-
Enables sqlite of sqlx ^0.7.4
Affects
libraries::sqlx
… - postgres
-
Enables postgres of sqlx ^0.7.4
Affects
libraries::sqlx
… - redis
-
Enables bb8-redis ^0.15.0
Affects
libraries::bb8_redis
… - surreal
-
Enables surrealdb ^1.3.1
Affects
libraries::surrealdb
…
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.