emigrate
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

emigrate

Emigrate is a tool for managing database migrations. It is designed to be simple yet support advanced setups, modular and extensible.

Installation

Install Emigrate in your project:

npm install --save-dev emigrate

Usage

Create a new migration:

emigrate new -d migrations -e .js create some fancy table

Will create a new empty JavaScript migration file with the name "YYYYMMDDHHmmssuuu_create_some_fancy_table.js" in the migrations directory.

/emigrate/

    Package Sidebar

    Install

    npm i emigrate

    Weekly Downloads

    2

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    61.7 kB

    Total Files

    37

    Last publish

    Collaborators

    • joakimbeng