docs: add typeorm-codebase-sync to the README.md file (#8847)

This commit is contained in:
Gilad S 2022-04-04 17:46:04 +03:00 committed by GitHub
parent 69c33a2594
commit 7a20922929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1277,6 +1277,7 @@ There are several extensions that simplify working with TypeORM and integrating
- ER Diagram generator - [typeorm-uml](https://github.com/eugene-manuilov/typeorm-uml/)
- another ER Diagram generator - [erdia](https://www.npmjs.com/package/erdia/)
- Create/Drop database - [typeorm-extension](https://github.com/Tada5hi/typeorm-extension)
- Automatically update `data-source.ts` after generating migrations/entities - [typeorm-codebase-sync](https://www.npmjs.com/package/typeorm-codebase-sync)
## Contributing