I just started using Neon, and one of the features I expected was having a database branch for each Git branch. However, the way it currently works doesn’t fit well with my project structure.
From what I understand, Neon only supports this workflow through GitHub Actions and the Vercel integration. In my case, I’m using Cloudflare Workers with Build + Preview deployments instead.
Is there a way to make Neon’s branching workflow work with Cloudflare Workers Build and Preview deployments?