node-postgres transactions with callbacks or async/await?
The creator of node-postgres (brianc) graciously provided an excellent response to my original question on GitHub. The short answer is that it is not a bad idea to perform transactions with async/await
.
See his full response here: https://github.com/brianc/node-postgres/issues/1252#issuecomment-293899088