Exercising some features of MySQL in Python.
This code is related to a series of Blog articles on [https://blog.koehntopp.info](my Blog).
- MySQL Transactions - the physical side
- MySQL Commit Size and Speed: Code in mysql-commit-size/
- MySQL Connection Scoped State
- MySQL Transactions - the logical view
- MySQL Transactions - writing data: Code in mysql-transactions-counter