Should this module close the database connection when the app is shut down? I'm asking because I noticed in the core TypeORM module, they close the connect `onApplicationShutdown` ([line here](https://github.com/nestjs/typeorm/blob/6acde561118436a2db972f0630dd2eaf3794bcd1/lib/typeorm-core.module.ts#L102))
Should this module close the database connection when the app is shut down?
I'm asking because I noticed in the core TypeORM module, they close the connect
onApplicationShutdown(line here)