@luissquall/dbdump

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @luissquall/dbdump

Weekly Downloads

4

Version

1.1.1

License

ISC

Unpacked Size

3.62 kB

Total Files

5

Last publish

Collaborators

  • luissquall