niko-gardenanet

Results 3 comments of niko-gardenanet

> I didn't really see a big difference between Postgres.js and node-postgres (`pg`) I tried switching to node-postgres and had major performance issues. Not sure why. Really hope this issue...

I also tried passing the JSON with the `sql` helper, but it doesn't work in my case because i need to insert a top level JSON Array (`[]`). ```js sql`${[]}::jsonb`...