node-orm-transaction
node-orm-transaction copied to clipboard
ORM Transaction Plugin
have checked in a full project for a few days
Hi, I am having issues with implementing the transactions plugin together with postgresql orm. I've tried two different implementations, one which follows the official documentation, which seems to have async...
I've noticed that when using the pooling option in node-orm2 that transactions don't work anymore. The source code of node-orm revealed that when pooling is used a new (or cached)...
with PR https://github.com/dresende/node-orm2/pull/742