2.0.2 • Published 3 years ago

mysql-migrations-lib v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

MySQL migrations lib

Simple library to deal with migrations.

Quick start

Define the following env variables:

MIGRATIONS_DIR={{directory to read and write migrations}}
MYSQL_HOST={{host}}
MYSQL_PASSWORD={{password}}
MYSQL_PORT={{port}}
MYSQL_USER={{user}}
MYSQL_DATABASE={{database}}

Next run init script to prepare folder structure:

npx mysql-migrations init

After initialized, the following commands are available:

Create new migration

npx mysql-migrations create {{nameOfTheMigration}}

Run available migrations

npx mysql-migrations run

Revert last migration

npx mysql-migrations revert
2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago