How to get a database connection #2266
Replies: 1 comment 1 reply
-
The answer varies, a little, depending on whether you're using synchronous or asynchronous databases. For For |
Beta Was this translation helpful? Give feedback.
-
The answer varies, a little, depending on whether you're using synchronous or asynchronous databases. For For |
Beta Was this translation helpful? Give feedback.
-
I wanted to know wheter or not it is possible to get a connection from the pool without the guard of an endpoint.
For example i want to access the database in a function that is not called from an endpoint.
Is there a way to get a connection from the pool?
Beta Was this translation helpful? Give feedback.
All reactions