Postgresql – Nodejs – Trying to execute postgre sql file
I'm trying to run the following command via nodejs: psql -U postgres -d dbName -f import.sql But I got the following prompt in the console: Password for user postgres: I tried to set the password via environnment variable, like this:…