mirror of
https://github.com/payloadcms/payload.git
synced 2026-03-26 19:38:18 +00:00
This PR adds support for read replicas in D1 adapter, you can enable it by adding this into your DB adapter ```ts readReplicas: 'first-primary' ```