/pg-dump

Create .csv files for all the tables in your postgres database

Primary LanguageJavaScriptMIT LicenseMIT

pg-dump

A data dump manager for postgresql

Create .csv files for all the tables in your postgres database

Installation

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