Function needs_migration

Source
pub fn needs_migration(db: &Database) -> bool
Expand description

/db/needs-migration checks if a migration is needed

ยงPanics

  • cannot connect to the database
  • cannot find the migrations directory

TODO: return a Result instead of panicking