(nodeConfig: NodeConfig)
| 87 | }; |
| 88 | |
| 89 | export async function establishNewSequelize(nodeConfig: NodeConfig): Promise<Sequelize> { |
| 90 | return sequelizeFactory(buildSequelizeOptions(nodeConfig, DEFAULT_DB_OPTION))(); |
| 91 | } |
| 92 | |
| 93 | @Global() |
| 94 | export class DbModule { |
no test coverage detected