MikroORM + KnexJS interactive migration generator
Description
This package could be useful for you if you want some handy tool to create migration file independently of mikroorm config, even outside the project folder. ###For now, it only support migration files without relation, but it's only a matter of time when support for this will be available, so stay tuned!
How to install package
npm i mikro-orm-interactive-generator -g
How to run
moig --help - will display available commands
moig --create - will run interactive generator
TODO
- Tests
- All kind of relations