Replies: 2 comments
-
up! |
Beta Was this translation helpful? Give feedback.
0 replies
-
My scenario is: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi all,
Is there a recommended or preferred way to share a a drizzle db schema across repos? Our app runs on different repositories as micro services, (ex: email, payments, etc) and I would like to share the drizzle schema across all.
My initial though was to deploy a private NPM package and share it (this is how we usually share internal code across repos).
However, I remember GraphQl / Apollo having a package that allowed you to pull schemas from the Apollo server with a single command and wondered if there is anything similar here which would facilitate the process.
Beta Was this translation helpful? Give feedback.
All reactions