1 2 3 4 5
mod error; pub mod schema; pub use error::ConfigurationError; pub(crate) static MIGRATOR: sqlx::migrate::Migrator = sqlx::migrate!("../../migrations");