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

Processing a bunch of Update in a single Transaction #645

Open
balanka opened this issue May 13, 2022 · 0 comments
Open

Processing a bunch of Update in a single Transaction #645

balanka opened this issue May 13, 2022 · 0 comments
Assignees

Comments

@balanka
Copy link
Contributor

balanka commented May 13, 2022

Currently ZTransaction provides apply method taking a single Update[A] element as parameter.
Therefore you can process only a single update/insert/delete.etc..no batch.
It would be great, if ZTransaction additionally provides an apply method taking a list of parameter, allowing Update to be processed in aatch.
It would be great if the resulting ZTransaction would accumulate the results yielding ZTransaction[Any, Exception, Int]

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