# 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!

![alt text](https://i.imgur.com/wSGwVTp.png "Title")


![alt text](https://i.imgur.com/b19SkrS.png "Title")

### 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


