Does anybody have any guidance on how to develop l...
# orm-help
d
Does anybody have any guidance on how to develop locally with Cloudflare’s wrangler without using the data proxy? Here’s the meat of the question… When developing with
wrangler
it uses miniflare which is a copy of cloudflare’s network locally. From everything I’ve been reading in the docs, in order to use the prisma client in cloudflare’s network you need to import it from the
@prisma/client/edge
. However, you can only use this using the data-proxy and I have a need to have multiple people developing and they can’t all be developing to one single development instance… each of them should have their own DB in Docker locally. At this point, i haven’t gotten it to work yet, but would love to hear if anybody else has. Thanks!
1
n
Hey Drew 👋 thanks a lot for raising this. I’m checking with our Engineering team if they can help with this 🙂
Sorry for the late follow-up, this doesn’t seem to be possible right now, Could you describe your use case in a new GitHub issue so that our Engineering team can look at it in more detail 🙏
d
You got it! Sorry for just seeing this right now, I was on vacation for a little. I’ll raise it as soon as I can
@nikolasburk https://github.com/prisma/prisma/issues/14398 Just created this “feature request”… I think that was the right issue but I’m not sure at all
i tried to make it as simple as possible in my explanation but lemme know if you need anymore
n
This looks great, thank you!
d
Not a problem 🙂