All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Hyperdrive - Connect to remote databases during local development with wrangler dev

7mo ago

Source

CloudflareHyperdrive - Connect to remote databases during local development with wrangler devcloudflare.com
Snippet from the RSS feed
You can now connect directly to remote databases and databases requiring TLS with wrangler dev . This lets you run your Worker code locally while connecting to remote databases, without needing to use wrangler dev --remote . The localConnectionString field and CLOUDFLARE_HYPERDRIVE_LOCAL_CONNECTION_STRING_ environment variable can be used to configure the connection string used by wrangler dev . { " hyperdrive " : [ { " binding " : "HYPERDRIVE" , " id " : "your-hyperdrive-id" , " localConnectionString " : "postgres://user:[email protected]:5432/database?sslmode=require" } ] } Learn more about local development with Hyperdrive .

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.