Because the schema is updated on the Prisma server, I do think it could be possible to have multiple Prisma server running with different schema version.
The only issue that we did encounter so far is that it doesn't know play well easily when you have more than one instance of a Prisma server behind a load balancer that your backend connect to.
I've been using Prisma in for some months now (even in production), and I'm a big fan of the product. With TypeScript you have an easy full autocompletion & type checking over your models, and coupled with a graphql-yoga server & graphqlgen for the exposed GraphQL part it has been a pretty nice experience.
The downside is (because there is always some), as it's a new tech, problems can pop up and more research have to be made compared to a more old and popular framework.
In any case, I highly recommend you to try it on your own, I'm looking foward to its futur improvements.
I like the UI and some features of Nylas, and thus Mailspring. But the fact I need a third party server worry me.
I would love an open source native mail client that do all the syncing locally
The only issue that we did encounter so far is that it doesn't know play well easily when you have more than one instance of a Prisma server behind a load balancer that your backend connect to.