You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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