bee

Tool for managing and tracking database schema changes and migrations

brewmacoslinux
Try with needOr install directly
Source

About

Tool for managing database changes

Commands

bee

Examples

Initialize a new migration project in current directory$ bee init
Create a new migration file with a descriptive name$ bee new create_users_table
Apply all pending migrations to the database$ bee up