planetscale / cli

The CLI for PlanetScale Database
https://planetscale.com/cli
Apache License 2.0
604 stars 51 forks source link

cmd/connect: replace connect with psdbproxy #817

Closed mattrobenolt closed 10 months ago

mattrobenolt commented 10 months ago

Newer version of https://github.com/planetscale/cli/pull/762 now with credential renewing so it should work for long running situations.

As a follow-up, I would like to add the ability to use static username/password credentials rather than generating ephemeral credentials.

I think that'll open up the door for more production capable use cases.

All around, having pscale connect work through here should start becoming a better path for production workloads since it now acts as a local connection pooler.