()
| 26 | }) |
| 27 | export class DatabaseModule implements OnModuleInit { |
| 28 | async onModuleInit() { |
| 29 | console.log("DatabaseModule initialized"); |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | export type Db = PostgresJsDatabase<typeof schema>; |
nothing calls this directly
no outgoing calls
no test coverage detected