rbatis-core 2.0.10

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

default

  • all-database

all-database

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

async-std

    This feature flag does not enable additional features.

mysql

  • async-std
  • sqlx-core/mysql

postgres

  • async-std
  • sqlx-core/postgres
  • bit-vec

sqlite

  • async-std
  • sqlx-core/sqlite

mssql

  • async-std
  • sqlx-core/mssql

bit-vec

    This feature flag does not enable additional features.

tokio1

  • async-std/tokio1

tokio03

  • async-std/tokio03

async-io

  • async-std/async-global-executor

tokio02

  • async-std/tokio02

debug_mode

    This feature flag does not enable additional features.

sqlx-core

    This feature flag does not enable additional features.