This repo contains tools for connecting to a MySQL database using python. At present, it is simply a convenient wrapper for mysql.connector.
| File | Description |
|---|---|
| mysql_tools.py | Tools for running MySQL queries from python. |
| mysql_tool_tester.py | Script for testing mysql_tools. |