Kevin

Results 13 comments of Kevin
trafficstars

One option that remains dependency-less (at least without prod dependencies) would be to have the user do something like this ``` const pg = require('pg'); const hugsql = require('hugsq')('postgres', pg);...

if you have any interest, I created something similar (loosely inspired by hugsql) but is dependent on pg. https://www.npmjs.com/package/sql-fn

Im getting the same error except that Im just trying to run a variant of the node_direct.js script.