Skip to content

Making multiple table update atomic #184

@hlms

Description

@hlms

I need to update multiple tables through dynamoid.
Is there any way to make such transaction atomic?

For example, for a particular operation, I'm updating tables t1, t2, t3.
If update in t1, t2 succeeds but if it fails for t3, it should revert the update in t1 and t2?
Any way to do this in dynamoid?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions