docs: added "typeorm-extension" to readme (#7790)

* added typeorm-extension to readme

* Update README.md

Co-authored-by: AlexMesser <dmzt08@gmail.com>
This commit is contained in:
Peter 2021-07-24 10:02:48 +02:00 committed by GitHub
parent aa45b935ff
commit 33c912842c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1294,6 +1294,7 @@ There are several extensions that simplify working with TypeORM and integrating
* Models generation from existing database - [typeorm-model-generator](https://github.com/Kononnable/typeorm-model-generator)
* Fixtures loader - [typeorm-fixtures-cli](https://github.com/RobinCK/typeorm-fixtures)
* ER Diagram generator - [typeorm-uml](https://github.com/eugene-manuilov/typeorm-uml/)
* Create/Drop database - [typeorm-extension](https://github.com/Tada5hi/typeorm-extension)
## Contributing