dbdump

A database dump tool

How to use

```bash $ dbdump -h Database dump tool 0.1.8

yuchunzhou chunzhou.yu@qq.com Dump database data to an ordinary file

USAGE: dbdump [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -H, --host database server address [default: 127.0.0.1] -P, --port database server port [default: 3306] -k, --kind database kind [default: mysql] [possible values: sqlite, mysql, postgresql] -u, --user database username -p, --password database password -d, --database which database contains the dumped table -t, --table

the target table -n, --rows how many rows to be dumped [default: 10] -f, --format output file format [default: csv] [possible values: csv, xls, txt] -o, --output output file name ```