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
Hi,
What's the recommended way to use Oracle connection pooling when using SqlKata.Execution?
Should I create a new QueryFactory (and new OracleConnection) in every place that I would have created a new OracleConnection if I weren't using SqlKata?
I worry that it wouldn't be very clean. I wonder if there're simpler solutions I'm not aware of.
The text was updated successfully, but these errors were encountered:
Hi,
What's the recommended way to use Oracle connection pooling when using SqlKata.Execution?
Should I create a new QueryFactory (and new OracleConnection) in every place that I would have created a new OracleConnection if I weren't using SqlKata?
I worry that it wouldn't be very clean. I wonder if there're simpler solutions I'm not aware of.
The text was updated successfully, but these errors were encountered: