Replies: 1 comment 1 reply
-
|
If your apps are in a monorepo, you can have separate package for prisma, schema, and migrations. If they are in different repos, you could look into using git submodules, or git subrepo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is there a recommended way to sync prisma types across multiple projects?
I can live with the fact that queries and mutations will still be separated. However, being able to sync my prisma schema would be nice.
blitz p db pull && blitz p generatedoes work to get the schema for devHowever, tests fail and there seems to be no command to pull the test db?
If I change the schema on one project, the migrations folder will be out of sync. There seems to be no way to synchronize them?
Beta Was this translation helpful? Give feedback.
All reactions