All Questions
1 question
8
votes
0
answers
3k
views
Sequelize connect to Postgres over Unix socket
I would like to connect to Postgres using Sequelize over Unix socket (not over localhost).
Postgres is configured to accept Unix socket connections from user pgdba. All works from command line with ...