Skip to content

alfarih31/db-migration-tmplt

Repository files navigation

DB Migration Template

Prerequisites

  1. Node v12

Configuration

  1. SQL Migration

Copy migration.example.json as migration.json

Follow Sequelize migrations configuration

  1. NoSQL Migration

Copy migrate-mongo-config.example.js as migrate-mongo-config.js

Follow Migrate Mongo basic user

Install Dependencies

npm install

Start migrating

  1. Please follow sql/README for SQL migration
  2. Please follow nosql/README for NoSQL migration
  3. See package.json/scripts for available scripts
  4. Add more scripts at package.json/scripts to fulfill your needs

Contributors

About

Database Migration Tool template by utilizing Sequelize & Migrate Mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published