List available regions

databases & regions

// what it does

Shows every region (AWS and GCP) where you can place a database, with the slugs you pass to --region. Check it before creating anything, since region choice is permanent per database.

// shell

$ pscale region list

// gotcha

Choose the region nearest your application servers, not your laptop — a Cloudflare Worker with Smart Placement or a Seoul-based API server wants the database near it, and your dev latency is irrelevant in production.

// resources