sqlx_core::any::driver

Function install_drivers

source
pub fn install_drivers(
    drivers: &'static [AnyDriver],
) -> Result<(), Box<dyn Error + Send + Sync + 'static>>
Expand description

Install the list of drivers for AnyConnection to use.

Must be called before an AnyConnection or AnyPool can be connected.

ยงErrors

If called more than once.