Back to feed
Dev.to
Dev.to
7/11/2026
The original title is: "Connect Redis, Postgres, and MySQL to Serverless Apps Over HTTPS"

The original title is: "Connect Redis, Postgres, and MySQL to Serverless Apps Over HTTPS"

Original: Connect Redis, Postgres, and MySQL to Serverless Apps Over HTTPS

Short summary

ZedGi is a TCP-to-HTTP proxy that lets serverless and edge runtimes like Cloudflare Workers and Vercel Edge call traditional Redis, Postgres, and MySQL databases over signed HTTPS requests. Database credentials are encrypted client-side and supplied at call time, so the proxy never stores plaintext passwords. The post includes SDK examples for TypeScript and Python showing how to query databases from HTTP-only environments.

  • ZedGi proxies Redis/Postgres/MySQL over HTTPS for serverless and edge runtimes
  • Credentials encrypted client-side; proxy stores only service metadata
  • SDK examples for TypeScript and Python with code snippets for all three databases

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more