So I have a project that uses Neon for a Postgres DB. My worker currently uses the Neon serverless s

So I have a project that uses Neon for a Postgres DB. My worker currently uses the Neon serverless stuff to connect and works well. I'm also using a bunch of node:buffer, node:crypto, etc. stuffs via nodejs_compat compat flag.

I'd love to use Hyperdrive, but it seems like using pg directly requires enabling the older node_compat, but in doing so, I can no longer use nodejs_compat and any node: stuff in my own code.

Any workaround?
Was this page helpful?