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
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!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
Is it possible to set up something with ngrok / anotehr tunnler to expose a local db?
Yes, it may work if database is accessible via ngrok or another tunnler. I haven't tried it yet though.
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
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