@Hyperdrive As promised, here's the channel ping for when improved postgres.js support has been rele
@Hyperdrive As promised, here's the channel ping for when improved postgres.js support has been released.
We'll be updating docs shortly, but TLDR:
We'll be updating docs shortly, but TLDR:
- default settings postgres.js should now be supported on par with node-postgres, with equivalently good performance
- if you pass
prepare: falsewhen making your connection in postgres.js, it'll be slower (less caching, can't take advantage of the prepared statement) but still correctly supported







