checks

Module: espressodb.management.checks

Checks for the state of local migration files and models compared to database

run_all_checks()[source]

Runs all checks and raises check specific error in case script fails

The order of checks are:
  1. espressodb.management.checks.migrations.run_migration_checks()

espressodb.management.checks.migrations

Cross checks for local migrations and models compared to state of database