Postgres
Managed PostgreSQL with persistent volumes on the node you choose—connection strings injected into the services that need them.
Apps that need a durable relational database beside their services.
What you get
Select a facet to see how Postgres works in practice.
One-click provision
Create a Postgres service in your workspace. Isoward runs it as a managed container with a persistent volume on the host—Cloud or your metal.
Create Postgres
# Dashboard → New → Postgres
POST /v1/services
{
"name": "app-db",
"type": "postgres"
}Start with Postgres
Deploy on Isoward Cloud or run the same workflow on metal you control.