pg-dump
v0.10.0
Published
A data dump manager for postgresql
Readme
pg-dump
A data dump manager for postgresql
Create .csv files for all the tables in your postgres databaseInstallation
npm install -g pg-dump
How to use
Use your terminal and go to your working directory. Use the following command to create a data_dump folder with all the .csv files
$ pg-dump database_name
Use your database name in the place of database_name
LICENSE
MIT
