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

Add transaction support for database adapters and repositories #1

Open
evandromillian opened this issue Jan 5, 2023 · 0 comments
Open
Assignees

Comments

@evandromillian
Copy link
Owner

UFC needs transaction support to be prepared for more scenarios.

For this, it needs a common API for the current (DynamoDB, Redis) and future providers.

Due to the database adapter will be shared among many repository objects, a Transaction object can be created to store the commands and conditions, and then to be dispatched.

@evandromillian evandromillian self-assigned this Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant