#Is there a way to handle connection failure gracefully?
4 messages · Page 1 of 1 (latest)
You'll need to create your own module for that. Nest's @nestjs/typeorm or @nestjs/sequelize do not support that
you have examples of this?
Nest goes through how to create dynamic modules in the documentation. Along with that, you can look at the code for those two packages