Back to Sqlx

Install Drivers Note

src/any/install_drivers_note.md

0.8.6421 B
Original Source

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

It is recommended to use [install_default_drivers][crate::any::install_default_drivers] to activate all currently compiled-in drivers.