The Assistant
kagi.com
The Assistant
SQLAlchemy introduced that in version 1.0.0 :
Bulk operations - SQLAlchemy docs
With these operations, you can now do bulk inserts or updates!
For instance (if you want the lowest overhead for simple table INSERTs), you can use Session.bulk_insert_mappings() :