sql-proxy
sql-proxy copied to clipboard
SQL Proxy for PlanetScale DB
Bumps [github.com/planetscale/planetscale-go](https://github.com/planetscale/planetscale-go) from 0.92.0 to 0.94.0. Release notes Sourced from github.com/planetscale/planetscale-go's releases. v0.94.0 What's Changed Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in planetscale/planetscale-go#187 regions: add Provider by @mattrobenolt...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. Release notes Sourced from github.com/google/go-cmp's releases. v0.6.0 New API: (#340) Add cmpopts.EquateComparable Documentation changes: (#337) Use of hotlinking of Go identifiers Build changes: (#325)...
**Summary** This PR enhances the flexibility of setting the listening host in cmd/sql-proxy-client/main.go. It allows the host to be configured via an environment variable, `PLANETSCALE_LISTENING_HOST`, while maintaining "127.0.0.1" as the...
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.14.5 to 1.14.6. Commits 7c937a9 Merge pull request #162 from dolmen-go/update-README dfe325a Merge pull request #163 from frankban/improve-suppressed-output 1458145 Failure output: avoid using the 'same as' logic...
Hi, first of all, thank you for this tool - it was exactly what I was looking for. However, It took me an unnecessarily long time to get it running,...
Hopefully this can reproduce it: My docker-compose.yml: ``` version: "3" services: db: user: "1000:50" image: mysql:8.0.1 ports: - "3306:3307" # command: --init-file /data/application/init.sql volumes: - ./_data/mysql:/var/lib/mysql # - ./init.sql:/data/application/init.sql environment:...
I have a question about whether sql-proxy could be adapted to also help with another use case we have. We plan to implement a feature to help users migrate data...
We should handle the edge cases for remote connections being closed. The client (sql-client-proxy) might lose the connection to `sql-server-proxy` due to the connection being closed via the database. If...
A PlanetScale customer might run one or more applications (M) and might want to connect to one or more databases(N). If we also introduce the `branches (O)` feature, there will...