nestjs-seeder
nestjs-seeder copied to clipboard
An extension library for NestJS to perform seeding.
I'm trying to use nestjs-seeder with Nestjs Workspaces monorepo mode, but when the app is compiled only one file is included on build wish is *main.js*, so i can't run...
… after seeding. This change is needed so it is possible exit the seeding script and continue to other script .e.g. in a CI environment.
added code to the documentation on how to implement 'seef:rollback'
…eeders New command added to roll back seeds
### Description This PR introduces a new feature in the `FactoryValueGenerator` class to include the current index in its operations. This enhancement allows for greater flexibility, e.g. the creation of...
Now supports version 9 of @faker-js as peerDependencies.