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

Datastores

Affects libraries::sqlx

sqlite

Enables sqlite of sqlx

Affects libraries::sqlx

postgres

Enables postgres of sqlx

Affects libraries::sqlx

redis

Enables bb8-redis

Affects libraries::bb8_redis

surreal

Enables surrealdb

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.

tokio test?

Enables tokio

General
Async Runtime

sqlx mysql? postgres? sqlite?