gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
765 stars 138 forks source link

batch_save and batch_delete for ORM models #274

Closed mesozoic closed 1 year ago

mesozoic commented 1 year ago

This adds Model.batch_save() and Model.batch_delete() to the ORM, so that implementers can reduce the number of network calls required when operating on many records at once. A few quirks: