Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db: builtin transaction support #1134

Open
bt-justtrack opened this issue Jul 24, 2024 · 0 comments
Open

db: builtin transaction support #1134

bt-justtrack opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request refinement

Comments

@bt-justtrack
Copy link
Contributor

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

@bt-justtrack bt-justtrack added enhancement New feature or request refinement labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refinement
Projects
None yet
Development

No branches or pull requests

1 participant