use PgPoolOptions;
use PgPool;
pub async
/// Compile-time list of migrations in ./migrations.
pub static MIGRATOR: Migrator = migrate!;
pub async
/// Number of migrations the binary expects to have applied.
/// Used by `/ready` (AC-19) to detect partially-applied schemas.