One database is one outage waiting to happen. Replicate to survive.
A single database is a single point of failure: when it goes down, every write and read fails with it. Replication keeps copies of the same data on multiple nodes so reads can keep flowing — and (with promotion) writes too — when one node disappears.
In Flow, click a database in the inspector and press Replicate. The original becomes the primary; new ones are replicas. They share a 🔗 group badge. Reads spread across the group; writes go to the primary.
Mid-run, the database fails for a while. A single DB topology will lose every request during that window. Replicate the database so reads survive the outage.