Out Plane LogoOut Plane

Databases

Create and manage Neon serverless PostgreSQL databases with automatic scaling

Overview

OutPlane provides managed PostgreSQL databases powered by Neon serverless infrastructure. Databases automatically scale compute resources based on demand and can suspend to zero when idle, optimizing costs without sacrificing performance.

Key features:

  • Serverless PostgreSQL with autoscaling
  • Scale-to-zero with sub-second cold starts
  • Connection pooling enabled by default
  • Multi-region deployment across AWS and Azure
  • PostgreSQL versions 14–18

Databases list

URL: https://console.outplane.com/databases

The databases table displays:

ColumnDescription
NameDatabase instance identifier
EnginePostgreSQL version (e.g., PostgreSQL 17)
RegionDeployment location (e.g., Europe Frankfurt)
StorageCurrent storage usage or "Auto" for autoscaling
ComputeCU range (min — max), hover for vCPU/RAM details
CreatedRelative timestamp

Toolbar actions:

  • Search databases by name
  • Create Database button

Row actions (overflow menu):

  • View Details
  • Connection Info
  • Delete

Create a database

  1. Navigate to Databases → Create Database
  2. Configure the following:

Database name

  • Length: 3–63 characters
  • Format: lowercase letters, numbers, hyphens
  • Rules: must start with a letter, cannot end with hyphen
  • Example: my-app-production, analytics-db

PostgreSQL version

Select from available engine versions:

VersionNotes
PostgreSQL 18Latest (beta features)
PostgreSQL 17Recommended (default)
PostgreSQL 16Stable
PostgreSQL 15Stable
PostgreSQL 14Legacy support

Region

Databases can be deployed to AWS or Azure regions:

AWS Regions:

Region IDLocation
aws-us-east-1US East (N. Virginia)
aws-us-east-2US East (Ohio)
aws-us-west-2US West (Oregon)
aws-eu-central-1Europe (Frankfurt) — Default
aws-eu-west-2Europe (London)
aws-ap-southeast-1Asia Pacific (Singapore)
aws-ap-southeast-2Asia Pacific (Sydney)
aws-sa-east-1South America (São Paulo)

Azure Regions:

Region IDLocation
azure-eastus2East US 2 (Virginia)
azure-westus3West US 3 (Arizona)
azure-gwcGermany West Central (Frankfurt)

Choose the region closest to your application for optimal latency.

Provisioning

Click Create Database to provision. The database will be ready within seconds with:

  • Default compute: 0.25 — 0.25 CU (1 GB RAM)
  • Default storage: Auto-scaling
  • Connection pooling: Enabled
  • SSL: Required

Database architecture

Neon serverless PostgreSQL

OutPlane databases run on Neon's serverless architecture:

┌─────────────────────────────────────────────────────┐
│                    Neon Project                      │
├─────────────────────────────────────────────────────┤
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐ │
│  │   Branch    │  │   Branch    │  │   Branch    │ │
│  │  (main)     │  │  (dev)      │  │  (feature)  │ │
│  └─────────────┘  └─────────────┘  └─────────────┘ │
│         │                │                │         │
│         ▼                ▼                ▼         │
│  ┌─────────────────────────────────────────────┐   │
│  │           Shared Storage Layer              │   │
│  │         (Copy-on-write branching)           │   │
│  └─────────────────────────────────────────────┘   │
└─────────────────────────────────────────────────────┘

Compute Units (CU)

Compute resources are measured in Compute Units:

CUvCPURAM
0.250.251 GB
0.50.52 GB
114 GB
228 GB
4416 GB
8832 GB
161664 GB

Formula: RAM (GB) = CU × 4

Autoscaling behavior

  1. Idle state: Database suspends after timeout (configurable)
  2. First connection: Cold start ~500ms to wake
  3. Under load: Scales up to max CU automatically
  4. Reduced load: Scales down to min CU

Click any database row to open the detail view with:

  • Overview: Connection info, usage metrics, configuration
  • Access & Databases: Roles and logical databases
  • Settings → Scale: Compute and suspend configuration
  • Settings → Network: Visibility and IP whitelist