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

Support batch write operation #9

Open
dkraczkowski opened this issue Sep 24, 2022 · 0 comments
Open

Support batch write operation #9

dkraczkowski opened this issue Sep 24, 2022 · 0 comments
Labels
Milestone

Comments

@dkraczkowski
Copy link
Contributor

dkraczkowski commented Sep 24, 2022

Description

Support batch write operation. There should be three methods provided in the table batch_save and batch_delete and batch_write.

batch_save should be used to persist multiple items in the table at once

batch_delete should be used to remove multiple items from the table at once

batch_write should be capable of removing or persisting items

All of the methods above should probably support conditional statements.

References

@dkraczkowski dkraczkowski added this to the 1.1.0 milestone Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant