Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## Install

```
Expand Down
Loading