diesel-async 0.4.1

An async extension for Diesel the safe, extensible ORM and Query Builder
Documentation

diesel-async

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

mysql

  • diesel/mysql_backend
  • mysql_async
  • mysql_common
  • futures-channel
  • tokio

postgres

  • diesel/postgres_backend
  • tokio-postgres
  • tokio
  • tokio/rt

mobc

  • dep:mobc

mysql_async

  • dep:mysql_async

bb8

  • dep:bb8

deadpool

  • dep:deadpool

futures-channel

  • dep:futures-channel

mysql_common

  • dep:mysql_common

tokio

  • dep:tokio

tokio-postgres

  • dep:tokio-postgres

r2d2

  • diesel/r2d2

async-connection-wrapper

    This feature flag does not enable additional features.