Custom logic to initialize the database in addition to TypeORM synchronization.
Readonly
The name used to identify the initializer in logs.
Optional
The execution order of initializers. This applies for both methods. The default is 0.
0
Executed after TypeORM does its sychronization.
Executed before TypeORM does its sychronization.
It has TypeORM synchorinize disabled and it is already initialized so that you can use it directly.
Generated using TypeDoc
Custom logic to initialize the database in addition to TypeORM synchronization.