Run worker locally (with Wrangler) with MySQL Docker image
Our current setup is:
What is the recommended workflow when we want to run the workers locally with a plain Docker MySQL instance?
- Production using PlanetScale database with Prisma and the @prisma/adapter-planetscale adapter
- Development using a simple MySQL docker image
What is the recommended workflow when we want to run the workers locally with a plain Docker MySQL instance?