P
Prisma•3mo 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?
6 Replies
Prisma AI Help
Prisma AI Help•3mo 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•3mo 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•3mo ago
Is it possible to set up something with ngrok / anotehr tunnler to expose a local db?
Nurul
Nurul•3mo ago
Yes, it may work if database is accessible via ngrok or another tunnler. I haven't tried it yet though.
Unknown User
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
Zachary
ZacharyOP•3mo ago
No nothing, exploring other options, but a dev instance is one of our options. Another thought is for dev to do a manual poll with a local db as a fallback implementation just for development

Did you find this page helpful?