sqlx_core

Module any

source
Expand description

SEE DOCUMENTATION BEFORE USE. Generic database driver with the specific driver selected at runtime.

The underlying database drivers are chosen at runtime from the list set via install_drivers. Any use of AnyConnection or AnyPool without this will panic.

Modules§

  • Conversions between Rust and standard SQL types.

Structs§

Enums§

Traits§

Type Aliases§