Managed Databases
liveAsk for a Postgres. Get a database.
One API call and there's a Postgres on your node — databases created, credentials dropped straight into your app's secret store. One engine can feed every app you run. You will never paste a connection string again.
POST /fabric/instances
{ "kind": "postgres",
"databases": [{ "name": "grid_reporting" }] }
requested → provisioning → ready
creds → vault://mango-grid-web/database/…