palmerabollo / migrator

Abstract migration service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrator Service PoC

Abstract migration service based on https://github.com/tj/node-migrate/. It's a quick & dirty proof of concept.

Run

npm install

# Run the basic PoC
node lib/poc

# Run the Poc that exposes a Migrations API
node lib/index

About

Abstract migration service


Languages

Language:TypeScript 100.0%