mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 03:30:36 +00:00
* `cloud::legacy` talks to Cloud API V1. * `cloud::api` defines Cloud API v2. * `cloud::local` mocks the Cloud API V2 using a local postgres instance. * It's possible to choose between API versions using the `--api-version` flag.