---
title: Database
description: Managed Postgres, wired into your workloads. Coming soon.
order: 0
---

> **Note:** Managed database is **coming soon**. This page describes the direction; details may change before launch.

Atlasflow is building **managed Postgres** that connects to your workloads the moment it's created. Provisioning, connection details, and application access are handled as part of the platform rather than as separate setup steps.

## What to expect

- Standard Postgres, not a new abstraction or proprietary API.
- Connection details available to your projects without manual wiring.
- A path from local experiments to production without switching providers.

## What to do today

Use any external Postgres and connect to it with a [runtime environment variable](/docs/guides/environment-variables.md):

```
DATABASE_URL=postgres://user:password@host:5432/dbname
```

## Stay in the loop

Want early access? Mention it from the dashboard. We'll update this page when managed database is available.

## Related

- [Environment variables](/docs/guides/environment-variables.md): connect to an external database now.
- [Products](/docs/products.md): other managed products.