Context manager for Python’s MySQLdb
I am used to (spoiled by?) python’s SQLite interface to deal with SQL databases. One nice feature in python’s SQLite’s API the “context manager,” i.e., python’s with
statement. I usually execute queries in the following way: