sandbox-node/postgrs2csv
dancingCycle 09ac9d1844 feat(postgre2csv): initial commit 2022-08-05 14:00:22 +02:00
..
README.md feat(postgre2csv): initial commit 2022-08-05 14:00:22 +02:00
index.js feat(postgre2csv): initial commit 2022-08-05 14:00:22 +02:00
package-lock.json feat(postgre2csv): initial commit 2022-08-05 14:00:22 +02:00
package.json feat(postgre2csv): initial commit 2022-08-05 14:00:22 +02:00

README.md

Overview

tbc

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command if you fancy log messages for debugging.

export DEBUG=$DEBUG,debug

Run the following command to start the service in development mode.

npm run dev

Production deployment

tbc

  • [Export PostgresSQL data to CSV file using Node.js](Export PostgresSQL data to CSV file using Node.js)