meyer-dbms-mssql
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

meyer-dbms-mssql

Provides MSSQL migration support in meyer.

Development

Requirements

  1. Docker 17.05 or newer (brew cask install docker)
  2. Node 10 LTS (optionally using n-install, run n 10)
  3. Yarn 1.12+ (curl -o- -L https://yarnpkg.com/install.sh | bash)

Environment

To setup a local development environment, run docker-compose up -d. This will start the required components for you to get up and running.

You can tear down this environment at any time by running docker-compose down --volumes --remove-orphans. You may also need to run this command if your database gets in a weird state (e.g. app fails to boot).

To suspend resource usage but not completely destroy the environment, just run docker-compose down.

Developing

tl;dr

  1. First, make sure your dependencies are up to date by running yarn install --check-files.
  2. Next, ensure you refreshed your environment by running docker-compose up -d.
    • you should see something like (meyer-dbms-mssql_db_* is up-to-date)
  3. Finally, run yarn test --watch in the root of the repository. Knock out some features!

Readme

Keywords

none

Package Sidebar

Install

npm i meyer-dbms-mssql

Weekly Downloads

4

Version

1.1.1

License

Apache-2.0

Unpacked Size

26.9 kB

Total Files

12

Last publish

Collaborators

  • timer