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