Closed fantix closed 7 months ago
I'm using node-postgres instead of postgres-js because the import postgres from 'posrtgres' doesn't play well with trasnpiled CommonJS require and I'm not sure how to fix it.
node-postgres
postgres-js
import postgres from 'posrtgres'
Amending to use prepared statements
I'm using
node-postgres
instead ofpostgres-js
because theimport postgres from 'posrtgres'
doesn't play well with trasnpiled CommonJS require and I'm not sure how to fix it.