@luissquall/dbdump
v1.1.1
Published
Export a normalized MySQL backup
Downloads
5
Readme
dbdump
Export a normalized MySQL backup.
Installation
npm install -g @luissquall/dbdump
Usage
# Print dump to stdout
dbdump -u user -p1234 -d database
# Redirect output to a file
dbdump -u user -p -d database > struct.sql
# User without password
dbdump -u user -d database > struct.sql