Node JS Return ID no Postgres Insert
INSERT INTO foo (name) VALUES ('baz') RETURNING *
Fine Fish
INSERT INTO foo (name) VALUES ('baz') RETURNING *