node-orm-transaction icon indicating copy to clipboard operation
node-orm-transaction copied to clipboard

ORM Transaction Plugin

Results 4 node-orm-transaction issues
Sort by recently updated
recently updated
newest added

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)...

bug

with PR https://github.com/dresende/node-orm2/pull/742