Timing Your Queries in Knex.js for Node.js
I developed a method of logging the queries executed by Knex.js and the execution times for each query. It can be applied to nearly any app that uses Knex. (more…)
Read more »
Recently I found myself researching for ways to run an async function in the main thread in a blocking and synchronous fashion. Read more