mym

0.0.3 • Public • Published

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

WTFPL

Readme

Keywords

none

Package Sidebar

Install

npm i mym

Weekly Downloads

0

Version

0.0.3

License

WTFPL

Last publish

Collaborators

  • leocavalcante