rbatis-core 1.8.62

Core of rbatis, the rust SQL toolkit. Not intended to be used directly.
Documentation

rbatis-core

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

default

  • async-io

async-io

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

async-std

    This feature flag does not enable additional features.

all-database

  • sqlx-core/all-databases
  • mysql
  • postgres
  • sqlite
  • mssql
  • bit-vec

mysql

  • sqlx-core/mysql

postgres

  • sqlx-core/postgres
  • bit-vec

sqlite

  • sqlx-core/sqlite

mssql

  • sqlx-core/mssql

bit-vec

    This feature flag does not enable additional features.

async-io-sqlite

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

actix-mssql

  • async-std/tokio02
  • sqlx-core/runtime-actix-rustls
  • mssql

actix-mysql

  • async-std/tokio02
  • sqlx-core/runtime-actix-rustls
  • mysql

tokio02

  • async-std/tokio02
  • sqlx-core/runtime-tokio-rustls
  • all-database

tokio03-postgres

  • async-std/tokio03
  • sqlx-core/runtime-tokio-rustls
  • postgres

tokio02-mssql

  • async-std/tokio02
  • sqlx-core/runtime-tokio-rustls
  • mssql

actix-sqlite

  • async-std/tokio02
  • sqlx-core/runtime-actix-rustls
  • sqlite

async-io-postgres

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

async-io-mssql

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

tokio02-sqlite

  • async-std/tokio02
  • sqlx-core/runtime-tokio-rustls
  • sqlite

tokio02-postgres

  • async-std/tokio02
  • sqlx-core/runtime-tokio-rustls
  • postgres

actix-postgres

  • async-std/tokio02
  • sqlx-core/runtime-actix-rustls
  • postgres

tokio03-mysql

  • async-std/tokio03
  • sqlx-core/runtime-tokio-rustls
  • mysql

tokio03-mssql

  • async-std/tokio03
  • sqlx-core/runtime-tokio-rustls
  • mssql

async-io-mysql

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

actix

  • async-std
  • sqlx-core/runtime-actix-rustls
  • all-database

tokio03-sqlite

  • async-std/tokio03
  • sqlx-core/runtime-tokio-rustls
  • sqlite

tokio02-mysql

  • async-std/tokio02
  • sqlx-core/runtime-tokio-rustls
  • mysql

tokio03

  • async-std/tokio03
  • sqlx-core/runtime-tokio-rustls
  • all-database

sqlx-core

    This feature flag does not enable additional features.

debug_mode

    This feature flag does not enable additional features.