Please update this post for compatibility with pg-promise v11 and later:
const pgOptions = { receive(e) { camelizeColumns(e.data); } };
Please update this post for compatibility with pg-promise v11 and later:
const pgOptions = {
receive(e) {
camelizeColumns(e.data);
}
};