semigrate is a tool to run semantically versioned migration scripts on a PostgreSQL database.
semigrate [options] [version]
migrations/
βββ 0.0.1-initial-schema/
β βββ 0001-tables.sql
β βββ 0002-views.sql
β βββ 0003-functions.sql
βββ 0.0.2-add-views.sql
βββ 1.0.0-production.sql