View Source Alembic.Application (alembic v0.1.0)

OTP application callback module. Validates configuration (Alembic.Config.validate!/0) and starts a one_for_one supervisor whose only child is Alembic.Cache — the cache's ETS table is owned by that GenServer, so this supervisor is what recreates it if the cache process ever crashes.