Open
Description
Information
MikroORM is now supported by Ts.ED framework. It could be interesting to have a CLI plugin to simplify Mikro ORM integration to a Ts.ED project.
Features
- The user is able to select a database to create the first connection and the correct configuration
- The required modules will be installed
- The user is able to generate a new connection with
tsed init g
We can take as example the @tsed/cli-typeorm
module.
Acceptance criteria
- The
tsed init
command provide a new option in ORM section - The
tsed g
command provide a recipe to generate a new mikro orm connection
Metadata
Metadata
Type
Projects
Status
To do