ZODB.Architecture.Connection.commit
Documentation
Commit the given object in the given transaction. Check to make sure object is valid and raise BoboPOS.Conflict if it isn�t. Request the Connection�s DB to invalidate the object (for other connections). Finally, request the Connection�s storage to store the object�s (pickle) data.
Parameters