Thanks @AJR now with local wrangler dev without ssl works fine, excited for new release. Loving work
Thanks @AJR now with local wrangler dev without ssl works fine, excited for new release.
Loving workers so far
Loving workers so far


client.query('BEGIN') and client.query('COMMIT")ctx.waitUntil(client.end()) for Hyperdrive (upon success or error) based on this old hyperdrive in May, but it looks like now the Hyperdrive docs for pg actually do recommend cleaning up the client now?

localConnectionString with a remote connectionString, we use Neon for development, so every developer would need to set it's own connectionString, we where thinking of using localConnectionString for this, however it always timesout 0.0.0.0/0, so I really don't think it's the cause herepostgresql://XXX:XXX@ffca328615404666884948d7d21ccf36.hyperdrive.local:5432/database?sslmode=preferlocalConnectionString combined with a db not running on localhost.localConnectionString works with a db on localhostclient.query('BEGIN')client.query('COMMIT")ctx.waitUntil(client.end())localConnectionStringlocalConnectionStringlocalConnectionStringlocalConnectionStringpostgresql://XXX:XXX@ffca328615404666884948d7d21ccf36.hyperdrive.local:5432/database?sslmode=prefer