@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:
  • default settings postgres.js should now be supported on par with node-postgres, with equivalently good performance
  • if you pass prepare: false when making your connection in postgres.js, it'll be slower (less caching, can't take advantage of the prepared statement) but still correctly supported
Please kick the tires, and do let us know if you hit any snags. Thanks!
Was this page helpful?