Description
Runs database schema migrations without tying the project to a specific application framework. It helps developers apply, roll back, and track changes to database structure in a repeatable way.
Use it in development and deployment workflows where database changes need version control. Review migration files before running them, because schema changes can modify or remove important data.