Search code examples
node.jspostgresqlpgpgpool

Node.JS and pgpool versions


I am trying to call postgress via pgpool (pgpool-II) using node.js 'pg' module. If anyone had got that kind of setup working, what is the right version of pgpool-II and right version of 'pg' that are known to work together? From what I found some versions of pg-pool have a regression with parameters so you cannot call them from pg (which is what I am experiencing right now).


Solution

  • Version 3.3.1 of pgpool seem to work well with node.JS. Version 3.3.2 has bugs, do not use it.