hello gys, i want to know if i can use Hyperdrive without workers, with normal nodejs app?
hello gys, i want to know if i can use Hyperdrive without workers, with normal nodejs app?
users?
2024.9.1 is that an issue? im using the cloudflare-operator for k8s and unsure how to upgrade the binary2025.2.1
Found a non-empty WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING variable for binding. Hyperdrive will connect to this database during local development.hyperdrive.local host instead of my neon connection string.Error: write CONNECTION_CLOSED <...>.hyperdrive.local:5432 errors?
users2024.9.1code=2015
Failed to connect to the provided database: Connecting to database via Cloudflare Tunnel failed: 403 Forbidden- hostname: postgres.unweb.io
service: tcp://postgresql-f4b1ec99.cloud-prod.svc:5432
originRequest:
noTLSVerify: true2025.2.1Found a non-empty WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING variable for binding. Hyperdrive will connect to this database during local development.hyperdrive.localError: write CONNECTION_CLOSED <...>.hyperdrive.local:5432WITH updated_keys AS (
UPDATE keys
SET "lastCall" = NOW()
WHERE "key" = ${token}
RETURNING "key", "userId"
)
SELECT
uk.key,
u.id AS user_id,
u.balance AS user_balance,
u.mail AS user_mail
FROM updated_keys uk
JOIN users u ON uk."userId" = u.id;