@joakimbugge/mikroorm-seeder / SeederOptions
Interface: SeederOptions
Defined in: seeder/decorator.ts:16
Configuration options for the Seeder decorator.
Properties
dependencies?
ts
optional dependencies?: () => SeederInterface[];Defined in: seeder/decorator.ts:22
Seeder classes that must complete before this one runs. Resolved transitively — dependencies of dependencies are included automatically. runSeeders topologically sorts the full set and detects circular dependencies.