edwardanthony / nestjs-seeder

An extension library for NestJS to perform seeding.
MIT License
102 stars 21 forks source link

how to use with sequelize? #34

Open dberardo-com opened 1 year ago

dberardo-com commented 1 year ago

it is not totally clear to me how to use this with sequelize.

also: i have a request-scoped database connection, how could i adapt this to the seeder ?

and also: is it possible to check that the seeder only runs on dev environment ?