0.0.0 • Published 3 years ago

bt-mysql-manager v0.0.0

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

BT MySQL Manager

This repo provides a command-line interface (CLI) for creating and applying migrations to Bananatag's MySQL database. It will also be the home of a module which will allow other repositories to setup and teardown a test database to run tests against, so that automated tests don't depend on or change the staging database.

Latest Stable Version

Not yet released.

Installation and Usage

CLI to manage DB migrations

Clone the repo and install node dependencies.

- `cd bt-mysql-manager`
- run `npm install`
git clone git@bitbucket.org:bananatag/bt-mysql-manager.git

As a dependency of other projects for testing

Process TBD.

Testing

TBD

Support

Slack channel: #db-migration-manager