You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our database package we want built in support for transaction handling on a business logic level.
The main requirement for this is that it should be abstracted to such a degree that the business layer does not need to interact with the database / transaction itself and it is not necessary to implement every code block that should be encapsulated in a tx inside of a repo with access to the db(client).
The text was updated successfully, but these errors were encountered:
For our database package we want built in support for transaction handling on a business logic level.
The main requirement for this is that it should be abstracted to such a degree that the business layer does not need to interact with the database / transaction itself and it is not necessary to implement every code block that should be encapsulated in a tx inside of a repo with access to the db(client).
The text was updated successfully, but these errors were encountered: