crate / commons-codec

Data decoding, encoding, conversion, and translation utilities.
https://commons-codec.readthedocs.io
GNU Lesser General Public License v3.0
1 stars 2 forks source link

DynamoDB: Improve `to_sql()` to accept list of records #43

Closed amotl closed 2 weeks ago

amotl commented 2 weeks ago

About

In order to support batch operations, make the to_sql() method accept a list of records.

References

/cc @wierdvanderhaar, @hlcianfagna