An open API service indexing awesome lists of open source software.

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

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.