Javascript
How to turn your MySQL query into a promise in Node.JS
Is dealing with errors in your MySQL connections and queries tripping you up? Are you looking for an easy way to make multiple database queries and still have a central error handler? I promise this post has the answer for you! (No puns in the rest of the post, I promise) Getting Read more…