How to maintain schema across two backends with single database
Let's say I have two backends, one for scraping and another as primary for crud operation. So how do i maintain the schema and migration across two backends and only need some schema in common.
3 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!@Prisma AI Help can u solve it
#ask-ai
#ask-ai can u help
Is your use case similar to this?
https://github.com/prisma/prisma/discussions/12350
GitHub
Multiple projects 1 database · prisma prisma · Discussion #12350
I am kinda running into an issue, I am working on a discord bot with will have a website, the bot, and an API all running separately so 3 different projects. but how do I connect Prisma with the da...