how to get last insert id in node js postgresql code example Example: node js return ID in postgres insert INSERT INTO foo (name) VALUES ('baz') RETURNING *