A data dump manager for postgresql
Create .csv files for all the tables in your postgres database
npm install -g pg-dump
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
MIT