Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@jmenglund jmenglund released this 02 Sep 18:31
fd139ee

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.