1//! This module contains assorted third-party database connection types that 2//! implement [`Executor`](crate::migration::Executor). 3#[cfg(feature = "sqlx")] 4pub mod sqlx_backend;