//! Fragment tools for sqlx compile-time macros.
//!
//! Each tool emits a Rust source fragment wrapping a `sqlx` macro invocation.
//! The emitted code requires `DATABASE_URL` to be set in the build environment
//! of the consuming binary.
pub use MigrateParams;
pub use QueryParams;
pub use QueryAsParams;
pub use QueryScalarParams;