Skip to content

0.1.0

Compare
Choose a tag to compare
@jmenglund jmenglund released this 11 Mar 15:51
· 6 commits to master since this release

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 the initial release.