pg-promise seems like a great choice for consuming postgres in node backends due to native support for async/await, query formatting, transactions, so on, and so forth.How else do you compliment/supercharge your pg-promise-oriented dev flows? Is it “missing” anything? I was considering using https://github.com/archfirst/joinjs for mapping query results to JS objects. Other than that, looks like pg-promise should cover me the rest of the way.Bonus points for any other general tips or strategies for working with postgres and node
Submitted January 16, 2019 at 05:47PM by MyyHealthyRewards
No comments:
Post a Comment