Connection pools #2645
kesavkolla
started this conversation in
General
Replies: 1 comment
-
You should be able to instantiate a connection pool during server initialization and share it via a middleware as in the docs example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use connection pool with fresh? The examples I see are opening a connection in the middleware. Is it possible to keep a pool of connections at application startup and using pooled connections?
Beta Was this translation helpful? Give feedback.
All reactions