[FEAT] Add MikroOrm plugin
Open
@derevnjuk is already working on this.
Since Jul 3, 2022.
enhancement
good first issue
pinned
- Dominant language
- TypeScript
- Stars
- 43
- Forks
- 24
- Avg merge
- 27m
- Merged PRs (30d)
- 1
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 initcommand provide a new option in ORM section - The
tsed gcommand provide a recipe to generate a new mikro orm connection
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.