sqlx 0.6.3

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Documentation

sqlx

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

default

  • macros
  • migrate

macros

  • sqlx-macros

migrate

  • sqlx-macros/migrate
  • sqlx-core/migrate

sqlx-macros

  • dep:sqlx-macros

all-types

  • bigdecimal
  • decimal
  • json
  • time
  • chrono
  • ipnetwork
  • mac_address
  • uuid
  • bit-vec
  • bstr
  • git2

all-databases

  • mysql
  • sqlite
  • postgres
  • mssql
  • any

runtime-tokio-native-tls

  • sqlx-core/runtime-tokio-native-tls
  • sqlx-macros/runtime-tokio-native-tls
  • _rt-tokio

all

  • tls
  • all-databases
  • all-types

runtime-async-std-rustls

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

runtime-async-std-native-tls

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

runtime-tokio-rustls

  • sqlx-core/runtime-tokio-rustls
  • sqlx-macros/runtime-tokio-rustls
  • _rt-tokio

mysql

  • sqlx-core/mysql
  • sqlx-macros/mysql

uuid

  • sqlx-core/uuid
  • sqlx-macros/uuid

ipnetwork

  • sqlx-core/ipnetwork
  • sqlx-macros/ipnetwork

mac_address

  • sqlx-core/mac_address
  • sqlx-macros/mac_address

bit-vec

  • sqlx-core/bit-vec
  • sqlx-macros/bit-vec

time

  • sqlx-core/time
  • sqlx-macros/time

decimal

  • sqlx-core/decimal
  • sqlx-macros/decimal

sqlite

  • sqlx-core/sqlite
  • sqlx-macros/sqlite

offline

  • sqlx-macros/offline
  • sqlx-core/offline

bigdecimal

  • sqlx-core/bigdecimal
  • sqlx-macros/bigdecimal

mssql

  • sqlx-core/mssql
  • sqlx-macros/mssql

chrono

  • sqlx-core/chrono
  • sqlx-macros/chrono

postgres

  • sqlx-core/postgres
  • sqlx-macros/postgres

json

  • sqlx-core/json
  • sqlx-macros/json

runtime-actix-rustls

  • runtime-tokio-rustls

bstr

  • sqlx-core/bstr

any

  • sqlx-core/any

git2

  • sqlx-core/git2

runtime-actix-native-tls

  • runtime-tokio-native-tls

runtime-async-std

    This feature flag does not enable additional features.

tls

    This feature flag does not enable additional features.

runtime-tokio

    This feature flag does not enable additional features.

runtime-actix

    This feature flag does not enable additional features.