generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(templates): ensure proper asynchronous initialization of DB conne…
…ction pool The DBConnector class constructor was calling an asynchronous function, leading to potential errors when the pool was not fully initialized before being used. This fix moves the asynchronous pool creation to a separate init method, ensuring the pool is ready before any connections are attempted. Closes #89
- Loading branch information
1 parent
eb8a245
commit fa8009e
Showing
2 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters