Skip to content

js-bao


js-bao / InitJsBaoOptions

Interface: InitJsBaoOptions

Properties

databaseConfig

databaseConfig: DatabaseConfig


models?

optional models: typeof BaseModel[]

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).