#Any recommendation for build seeder based on Typeorm?

1 messages · Page 1 of 1 (latest)

craggy sleet
#

I need you guys to give me recommendation to make seeder.

left gale
#

With sequelize, we found it easiest to create a separate standalone nestjs app that uses the repositories to populate the database.

still holly
#

For the back-end, we've got TypeORM setup and running. During development, we just use Postman. Haven't had to manually push data into the app yet.