extract_mysql_tables.py
is a small command-line utility for extracting
data from a MySQL database and writing each table to a file with
tab-separated values. Each file will be named after the table, suffixed
with ".tsv".
This is a minor release with the command-line option --table-type
added.