You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(templates): ensure proper asynchronous initialization of DB connection 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
0 commit comments