Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pg Promise

Best Practice For Creating Sql Select Queries While Handling Potential Undefined Values

I'm currently creating a NodeJS website using PostgreSQL via pg-promise. I have a page with an… Read more Best Practice For Creating Sql Select Queries While Handling Potential Undefined Values

How To Turn Nested Callback Into Promise?

Recently I started using pg-promise with bluebird library. I have always been nesting callback and … Read more How To Turn Nested Callback Into Promise?