It seems that "npm pg" (https://github.com/brianc/node-postgres) is the prefered module to interact with a postgres database from a node.js script.
nevertheless this module does not support binary large objects in the form of postgres "Large Objects". It only support the bytea format.
Is there a module that I am missing that has lo support ?