Vercel announced edge database replicas that automatically deploy read replicas to all edge locations. Queries route to the nearest replica with sub-10ms latency globally. Built on Postgres with automatic failover.
The clever part: automatic stale-read tolerance. You specify max staleness (default 100ms) and it routes to the nearest replica within that bound. For social feeds, dashboards, or content sites, this is enough.