Skip to content

Commit

Permalink
docs: added "erdia" extension to readme (#8841)
Browse files Browse the repository at this point in the history
* added "erdia" extension to readme
* Update README.md, README_ko.md
  • Loading branch information
imjuni committed Apr 2, 2022
1 parent d18e0ee commit baa2f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,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/)
- another ER Diagram generator - [erdia](https://www.npmjs.com/package/erdia/)
- Create/Drop database - [typeorm-extension](https://github.com/Tada5hi/typeorm-extension)

## Contributing
Expand Down
1 change: 1 addition & 0 deletions README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,7 @@ TypeORM 작업을 단순화하고 다른 모듈과 통합하는 몇 가지 확
- 기존 데이터베이스에서 모델 생성 - [typeorm-model-generator](https://github.com/Kononnable/typeorm-model-generator)
- Fixtures loader - [typeorm-fixtures-cli](https://github.com/RobinCK/typeorm-fixtures)
- ER 다이어그램 생성기 - [typeorm-uml](https://github.com/eugene-manuilov/typeorm-uml/)
- 다른 ER 다이어그램 생성기 - [erdia](https://www.npmjs.com/package/erdia/)
- 데이터베이스 생성(create)/삭제(drop) - [typeorm-extension](https://github.com/Tada5hi/typeorm-extension)

## 기여
Expand Down

0 comments on commit baa2f44

Please sign in to comment.