sqlx 0.6.2

🧰 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-tokio-native-tls

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

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

postgres

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

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

sqlite

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

chrono

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

time

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

offline

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

decimal

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

json

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

uuid

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

mysql

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

mssql

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

bigdecimal

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

any

  • sqlx-core/any

git2

  • sqlx-core/git2

runtime-actix-rustls

  • runtime-tokio-rustls

bstr

  • sqlx-core/bstr

runtime-actix-native-tls

  • runtime-tokio-native-tls

runtime-actix

    This feature flag does not enable additional features.

runtime-async-std

    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.