Reading the Homepage Prisma talks about using Database Microservices.
However it's the only 1 of 3 different Learn more items that does not have an example.
I'm trying to get an understanding of how one would implement this type of workflow
https://www.prisma.io/with-db-microservices
Is this related to having multiple prisma clients with different database that can talk to one another and form one endpoint or is there a different principal behind this and my understanding is not correct.