Kononnable / typeorm-model-generator

Generates models for TypeORM from existing database.
MIT License
1.51k stars 281 forks source link

Add ability to create custom entity templates #353

Closed joshterrill closed 2 years ago

joshterrill commented 2 years ago

I've had this change in my own forked repo for a while, and figured maybe you'd want to merge it. If not, all good. It's proven to be very useful to me for a while. It lets you define a custom template, if none are defined, it'll use what is currently being used today.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

joshterrill commented 2 years ago

@Kononnable - is this something that you don't want to merge? It has become extremely helpful to be able to do this in my own projects. And many other ORM generators also give you the ability to have your own template definitions (such as hibernate pojo's, etc.)