Database technologies
Postgres
Postgres is an open-source relational database. Applications connect to a Neki database using the Postgres wire protocol and standard Postgres clients.Neki
Neki is PlanetScale’s distributed Postgres system. It places routers in front of Postgres shards and provides query routing, topology management, failover, sharding, and online data-movement workflows.PlanetScale
PlanetScale is a managed database platform focused on reliability, scalability, and developer productivity. PlanetScale operates the infrastructure around Neki and provides the application, APIs, and workflows used to create and manage databases.PlanetScale concepts
Organization
An organization contains PlanetScale databases and the people who can access them. Organization settings control membership, billing, and access to shared resources.Database
A database is the top-level resource an application connects to. It belongs to an organization and contains one or more branches.Branch
A branch is an isolated database environment. A database has a default branch, often namedmain, and can have additional branches for development and
testing.
Production branches are intended for production workloads and use a highly
available configuration. Development branches are intended for development and
testing.

