Skip to content

A migration tool that combines Migra and Graphile Migrate

License

Notifications You must be signed in to change notification settings

Fireline-Science/migraphile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

migraphile

A migration tool that combines Migra and Graphile Migrate

Installation

yarn add migraphile

How It Works

Migraphile is a wrapper around Migra and Graphile Migrate. The main difference is that migrations will be automatically generated by Migra, and then run by Graphile Migrate. Drift detection is a key feature of Migraphile. Your local database will automatically account for drift, and will be reset back to the state of the shadow database. This allows migrations to not need to be idempotent.

To see commands that are available, run migraphile.

Requirements

  • Docker: Migraphile uses Docker to run Migra in a container as it is a python application.

About

A migration tool that combines Migra and Graphile Migrate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published