Data

Postgres

Provision an isolated database for one admitted workload.

Start Shimpz locally

Start the local Shimpz Admin with the verified development image. Services are managed by your Space, not installed from this page.

curl -fsSL https://install.shimpz.com | sh

What it does

The current internal lifecycle can provision one least-privilege Postgres database (proj_<name>) per admitted workload. Assistant Spec v1 does not claim this binding until its Capsule controller enforces it.

Everything it does 6

  • A dedicated database (proj_<name>), provisioned on install
  • A least-privilege role scoped to that database only
  • Full read/write, schema and migrations within its own database
  • A scoped connection for the admitted workload — never an administrator credential
  • Fully isolated from another workload's data and from platform data
  • Dropped cleanly on uninstall