Module sqlx::any

source ·
Expand description

SEE DOCUMENTATION BEFORE USE. Runtime-generic database driver.

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.

It is recommended to use install_default_drivers to activate all currently compiled-in drivers.

Structs§

Enums§

Traits§

Functions§

Type Aliases§