guregu / dynamo

expressive DynamoDB library for Go
Other
1.3k stars 179 forks source link

Support multiple tables in BatchWrite and BatchGet #226

Closed guregu closed 7 months ago

guregu commented 8 months ago

This PR adds some new methods to BatchWrite and BatchGet that let them target multiple tables. The API is a little bit ugly to keep backwards compatibility.

New stuff:

TODO

Mentioned in #113 as one of the features I want to change in v2 (or maybe v3 at this rate, I'll port this to the v2 branch soon).