A data dump manager for postgresql
npm install pg-dumpCreate .csv files for all the tables in your postgres database
npm install -g pg-dumpdata_dump folder with all the .csv files$ pg-dump database_name
Use your database name in the place of database_name