Function sqlx::any::install_default_drivers

source ·
pub fn install_default_drivers()
Expand description

Install all currently compiled-in drivers for [AnyConnection] to use.

May be called multiple times; only the first call will install drivers, subsequent calls will have no effect.

§Panics

If install_drivers has already been called not through this function.