is there any eta about when that's gonna be supported?
is there any eta about when that's gonna be supported?
process.env.NODE_ENV === 'development' then fallback to local. But implementation can differ on your app.


wrangler dev --remote which will still want a localConnectionString but will use the actual Hyperdrive binding you give it and otherwise work like a normal worker.gitignore an .env file, or it appears in your clipboard history, etc.--auto-iam-authn to workcloud-sql-proxy, I can remove 0.0.0.0/0 in the allow IPs list in Google Cloud SQL.null and the pooler connection times out without ever connecting. Anyone know what might be going wrong?process.env.NODE_ENV === 'development'✘ [ERROR] PostgresError: pg_hba.conf rejects connection for host "1.2.3.4", user "demo", database "eh", no encryptionwrangler dev --remotelocalConnectionStringgitignore.env ^ You must provide a password - e.g.
'user:password@database.example.com:port/databasename'--auto-iam-authncloud-sql-proxy0.0.0.0/0nullexport WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_HYPERDRIVE="postgres://REMOVED:REMOVED@1.2.3.4:5432/eh?sslmode=require"cloud-sql-proxy --port 59435 --address 127.0.0.1 'MY_CLOUD_ID:us-east4:INSTANCE_NAME'