-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Feature: Remote schema #1563
Copy link
Copy link
Closed as not planned
Labels
Description
Hi all,
I have been thinking it would be great if the prisma schema could be fetched from a remote address, only DB connection and generators would change. This would enable multiple services to use the same generated Prisma Client, but the schema would edited on one place. This would basically remove the need to run a separate API for small distributed projects. Does this make sense to anyone?
Reactions are currently unavailable