Replies: 1 comment
-
First of all: Our issue tracker is no support forum and the issue template is mandatory. As this is clearly a support question I've converted this to a discussion thread. That written: I'm not sure that I understand your question correctly. All methods of the |
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
-
Hi.
I'm using the 0.2.0 version.
I have some tests to do, I pretend to activate the 'test transaction' mode with the AsyncPgConnection structure. The problem is that i have a Pool with an AsyncDieselConnection. Using 'pool.get().await.unwrap()' returns an Object that encapsulate the manager and then the pgconnection. So This is a question about how activate the 'test transactions' through this 'Object'?
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions