@Seed() decoratorMark entity properties with factory functions. Relations, embedded types, and circular references are handled automatically.
Seeder suitesOrganize seeding logic into @Seeder classes with declared dependencies. The library sorts and executes them in the correct order.
NestJS integrationSeederModule runs seeders on application bootstrap with run-once tracking. Watch-mode restarts don't re-seed.
CLIRun seeder suites or seed individual entities from the terminal without writing a seed script. (TypeORM only)