alfateam / orange-orm

The ultimate ORM for Node and Typescript
https://orange-orm.io
ISC License
623 stars 20 forks source link

Alternative way to roll back without throwing an exception #65

Open lroal opened 7 months ago

lroal commented 7 months ago

Today, you need to throw an error to do rollbacks. Often, it is need to rollback without raising an exception. Suggest to expose a db.rollback method.