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?
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?