@nodata/state-migration-tools
v1.0.0
Published
Allows to perform state migration operations based on migration definition files.
Downloads
25
Readme
State Migration Tools
This library allows you to perform state migration operations using migration definition files.
A state migration operation consist in transforming a state A describing an object of a library in a version X, into a state B describing the same object but in a version Y of the library.
X can be lower or greater than Y, and, X can be several versions away from Y.
Installing
$ npm install @nodata/state-migration-tools
import StateMigrator from '@nodata/state-migration-tools';