Managing transactions

In the old version, to manage transactions was more simple but less powerful. In the new version it is supposed that we can launch several transactions over the same connection but some database drivers, as PostgreSQL, do not implement it, so we do not recommend it. If you want to launch several transactions, you must open several connections, but you can do it over the same pool. You can see a clear example in the Transactions section.