SQLAlchemy: What's the difference between flush() and commit...
update, delete). The database maintains them as pending operations in a transaction. The changes aren't persisted permanently to disk, or visible to other transactions until the database receives a COMMIT for th