pub async fn initialize(db: &DatabaseConnection) -> Result<(), DatabaseError>Expand description
Run all pending migrations on an existing connection.
pub async fn initialize(db: &DatabaseConnection) -> Result<(), DatabaseError>Run all pending migrations on an existing connection.