-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for help #65
Comments
you can use defineMongooseConnection to create connection |
Sorry, I don't quite understand. I want to establish a persistent database connection. Where should I execute it? like this?
Will this create a new database connection each time it's called? Or I think the multi-connection configuration method in NestJS is quite good, maybe can use it as a reference. |
Hello,My project needs to connect to multiple databases simultaneously. Is there a way to quickly create multiple connections?
The text was updated successfully, but these errors were encountered: