Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Processing a bunch of Update in a single Transaction #645

@balanka

Description

@balanka

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]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions