zonkyio/embedded-postgres

How to do transaction control

arthuronunes opened this issue · 1 comments

How do I do tests that use transaction control with commit and rollback? Although I change the autocommit setting to false, the instructions that are executed are commited automatically.

This library does not control transactions in any way. So you can use standard mechanisms to control them.