P
Prisma•2w ago
Zachary

Prisma Pulse development flow

Hey all, am working on implementing prisma pulse, very cool tech. However I'm concerned about the development flow versus a production flow. What is the recommeneded path for this? How should I implement a localhost postgres db to work with prisma pulse?
4 Replies
Prisma AI Help
Prisma AI Help•2w ago
You selected to wait for the human sages. They'll share their wisdom soon. Grab some tea while you wait, or check out #ask-ai if you'd like a quick chat with the bot anyway!
Nurul
Nurul•2w ago
Hey @Zachary 👋 For development purposes, you would still need to use a hosted database. Prisma Pulse will not work with a locally running database (on localhost). The database needs to be accessible via network in order for Pulse infrastructure to connect to it
Zachary
ZacharyOP•2w ago
Is it possible to set up something with ngrok / anotehr tunnler to expose a local db?
Nurul
Nurul•2w ago
Yes, it may work if database is accessible via ngrok or another tunnler. I haven't tried it yet though.

Did you find this page helpful?