Documentation

oapth

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 28 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

with-tokio-postgres

  • std
  • tokio
  • tokio-postgres

with-sqlx-postgres

  • futures
  • sqlx-core/postgres
  • std

with-sqlx-sqlite

  • futures
  • sqlx-core/sqlite
  • std

with-sqlx-mssql

  • futures
  • sqlx-core/mssql
  • std

with-tiberius

  • futures
  • std
  • tiberius

with-sqlx-mysql

  • futures
  • sqlx-core/mysql
  • std

with-rusqlite

  • rusqlite
  • std

with-diesel-mysql

  • diesel/mysql
  • std

with-sqlx-runtime-async-std-native-tls

  • sqlx-core/runtime-async-std-native-tls
  • std

with-sqlx-runtime-actix-native-tls

  • sqlx-core/runtime-actix-native-tls
  • std

with-diesel-sqlite

  • diesel/sqlite
  • std

with-sqlx-runtime-async-std-rustls

  • sqlx-core/runtime-async-std-rustls
  • std

with-diesel-postgres

  • diesel/postgres
  • std

with-sqlx-runtime-tokio-native-tls

  • sqlx-core/runtime-tokio-native-tls
  • std

with-sqlx-runtime-actix-rustls

  • sqlx-core/runtime-actix-rustls
  • std

with-sqlx-runtime-tokio-rustls

  • sqlx-core/runtime-tokio-rustls
  • std

with-mysql_async

  • mysql_async
  • std

dev-tools

    This feature flag does not enable additional features.

tiberius

    This feature flag does not enable additional features.

rusqlite

    This feature flag does not enable additional features.

mysql_async

    This feature flag does not enable additional features.

diesel

    This feature flag does not enable additional features.

std

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

sqlx-core

    This feature flag does not enable additional features.

tokio-postgres

    This feature flag does not enable additional features.