https://github.com/planetscale/psdbproxy
MySQL proxy for local connections to a PlanetScale database over HTTP/2
https://github.com/planetscale/psdbproxy
Last synced: 3 months ago
JSON representation
MySQL proxy for local connections to a PlanetScale database over HTTP/2
- Host: GitHub
- URL: https://github.com/planetscale/psdbproxy
- Owner: planetscale
- License: apache-2.0
- Created: 2023-10-31T23:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T08:22:28.000Z (11 months ago)
- Last Synced: 2025-07-28T10:15:58.872Z (11 months ago)
- Language: Go
- Homepage: https://planetscale.com
- Size: 95.7 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psdbproxy
A local MySQL proxy for interacting with a PlanetScale database over HTTP.
This proxy terminates a MySQL connection on a local socket, and multiplexes all connections over an HTTP/2 stream to PlanetScale.
Currently is a WIP, but intended to be utilized as a library as well as a standalone tool.