w3tecch / typeorm-seeding

🌱 A delightful way to seed test data into your database.
https://www.npmjs.com/package/typeorm-seeding
MIT License
877 stars 131 forks source link

Support TypeORM@v0.3.x #215

Closed fossamagna closed 2 years ago

fossamagna commented 2 years ago

Hi. Thank you for making a great package. I would like to use typeorm-seeding with TypeORM@0.3.x. I can not use latest version of typeorm-seeding with TypeORM@0.3.x., because of TypeORM@0.3.0 has many changes.

Jedliu commented 2 years ago

Same here. Thank you!

jorgebodega commented 2 years ago

Hi! I've working on my fork with typeorm 0.3.x, and there are many breaking changes.

Will take some time to do that change

https://github.com/jorgebodega/typeorm-seeding/pull/122