From e3d14b0c995e443f1ef3c1b82d2820ce48b424ef Mon Sep 17 00:00:00 2001 From: Miguel Gomez Date: Thu, 9 Jul 2026 14:33:16 -0500 Subject: [PATCH 1/2] Update README: client development moved to the cli repo The Go client is now developed in planetscale/cli at internal/planetscale and synced here automatically. Point contributors at the cli repo and make clear the module keeps working as before for external users. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0075b82..96afd22 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ Go package to access the PlanetScale API. +> [!NOTE] +> This repository is a read-only mirror. The client is developed in the +> [pscale CLI repository](https://github.com/planetscale/cli) at +> `internal/planetscale/` and synced here automatically, so external users of +> this module keep getting updates through the usual tagged releases. +> +> The module remains fully supported: keep importing +> `github.com/planetscale/planetscale-go/planetscale` as before. However, +> please do not open pull requests that change the client code here, since the +> next sync would overwrite them. Code contributions belong in the +> [cli repository](https://github.com/planetscale/cli). Bug reports and +> feature requests are welcome as issues on either repo. + ## Install ``` From d81bb2163d9625a3415aa85643c592face41bc68 Mon Sep 17 00:00:00 2001 From: Gomez <2347012+no-itsbackpack@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:46:22 -0500 Subject: [PATCH 2/2] Apply suggestion from @no-itsbackpack --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 96afd22..361e933 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ Go package to access the PlanetScale API. > `github.com/planetscale/planetscale-go/planetscale` as before. However, > please do not open pull requests that change the client code here, since the > next sync would overwrite them. Code contributions belong in the -> [cli repository](https://github.com/planetscale/cli). Bug reports and -> feature requests are welcome as issues on either repo. +> [cli repository](https://github.com/planetscale/cli). ## Install