8 Committing and Rollback

Each PyDO object contains the two methods commit() and rollback(). These, in turn call the corresponding methods on their database connection. Normally there is little room for confusion, but in the case of using multiple database connections simultaneously, this could be a bit more confusing on what exactly is getting committed.