0.0.3 • Published 10 years ago
mym v0.0.3
MyMigration
SQL-based migration tool for MySQL databases
WIP
Install
npm install -g mym
Config example
{
"mysql": {
"host" : "localhost",
"user" : "root",
"password" : "123",
"database" : "mym_test"
},
"migrationsPath": "migrations"
}
Usage
mym new create_users_table
Add some SQL to the created file, then:
mym run