//! Application database modules (migrations live under `database/`).

#![forbid(unsafe_code)]

pub mod seeders;

