js-bao / InitJsBaoOptions
Interface: InitJsBaoOptions
Properties
databaseConfig
databaseConfig:
DatabaseConfig
models?
optionalmodels: typeofBaseModel[]
Optional array of model classes to initialize. If not provided, the ORM will rely on models being registered via the
Model
decorator (assuming they have been imported by the application).