1.0.9 • Published 8 days ago

migraphile v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

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.
1.0.9

8 days ago

1.0.8

8 days ago

1.0.7

9 days ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago