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.
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.