sqlx 0.6.1

🧰 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

    This feature flag does not enable additional features.

all-types

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

all-databases

  • mysql
  • sqlite
  • postgres
  • mssql
  • any

runtime-tokio-rustls

  • sqlx-core/runtime-tokio-rustls
  • sqlx-macros/runtime-tokio-rustls
  • _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-native-tls

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

offline

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

bigdecimal

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

time

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

bit-vec

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

uuid

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

ipnetwork

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

json

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

postgres

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

mac_address

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

chrono

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

sqlite

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

decimal

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

mysql

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

mssql

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

runtime-actix-native-tls

  • runtime-tokio-native-tls

runtime-actix-rustls

  • runtime-tokio-rustls

bstr

  • sqlx-core/bstr

any

  • sqlx-core/any

git2

  • sqlx-core/git2

runtime-async-std

    This feature flag does not enable additional features.

runtime-actix

    This feature flag does not enable additional features.

runtime-tokio

    This feature flag does not enable additional features.

tls

    This feature flag does not enable additional features.