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
In a real app you'll probably end up using HikariCP to reduce the latency of your DB queries. This requires a bit of refactoring to replace the existing db usage with a middleware to make sure we only initialize the connection pool once when the server starts.
In a real app you'll probably end up using HikariCP to reduce the latency of your DB queries. This requires a bit of refactoring to replace the existing
db
usage with a middleware to make sure we only initialize the connection pool once when the server starts.I have a branch here that I can extract into a separate PR if you're interested:
master...rads:todo-backend-reitit:rain
The text was updated successfully, but these errors were encountered: