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

The original headline 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-HTTPS proxy that lets serverless and edge runtimes (Cloudflare Workers, Vercel Edge, AWS Lambda, etc.) connect to existing Redis, Postgres, or MySQL databases without raw TCP sockets. Database credentials are encrypted client-side and supplied at call time, so plaintext passwords never persist on the proxy. The post includes code examples for all three database types in JavaScript and Python.

  • ZedGi bridges TCP databases to HTTP-only edge/serverless runtimes via signed HTTPS requests
  • Credentials are encrypted client-side and supplied per-call — no plaintext stored on the proxy
  • Supports Redis, Postgres, and MySQL with SDKs for JS/TS and Python, plus a raw HTTP API

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more