Managing MySQL Database Changes with Knex
Blog: Oracle BPM
On any software project, one important piece is managing database changes. Tools such as Knex can make this process less daunting. This post talks about using Knex CLI to manage MySQL database migrations and how to seed your database with data.