1.1.1 • Published 3 years ago

@luissquall/dbdump v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
1.1.1

3 years ago

1.1.0

8 years ago

1.0.0

9 years ago