sqlx-utils 1.1.3

Utilities for working with SQLx in a structured and efficient way, both when developing and running
Documentation
1
2
3
4
5
#![doc(hidden)]

#[cfg(feature = "any")]
pub use sqlx::any::{install_default_drivers, install_drivers};
pub use sqlx::{Database as DatabaseTrait, FromRow, query, query_as};