We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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. There should be three methods provided in the table batch_save and batch_delete and batch_write.
batch_save
batch_delete
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.
amano.Table
amano.Table.batch_write
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Support batch write operation. There should be three methods provided in the table
batch_save
andbatch_delete
andbatch_write
.batch_save
should be used to persist multiple items in the table at oncebatch_delete
should be used to remove multiple items from the table at oncebatch_write
should be capable of removing or persisting itemsReferences
amano.Table
amano.Table.batch_write
The text was updated successfully, but these errors were encountered: