Which region (and you using IPv6 or IPv4)?Just curious so I don't run into it 😛
Which region (and you using IPv6 or IPv4)?Just curious so I don't run into it 
sql template or .unsafe() for postgres.js). It then works for most queries, but on repeated ones it'll often throw a connection error. The best way to get it to work reliably is to throw an error after your query (like by running ()), and Clickhouse Postgres resets the entire connection on all errors, so you'll get a new conn on the next attempt, rip connection pooling though. It works fine for my limited use of small data querying though, and connecting securely through a tunnel.fetch_types but no dice
jsonb in some cases


CONNECTION_CLOSEDs instead of timeoutssql()fetch_typesjsonbexport function createDbConnection(databaseUrl: string) {
const sql = neon(databaseUrl);
return drizzle(sql, { schema });
}export function createDbConnection(hyperDrivedatabaseUrl: string) {
client = postgres(hyperDrivedatabaseUrl,{
max: 1,
fetch_types: false,
},);
return drizzle(client, { schema });
}CONNECTION_CLOSED