Good morning.
I've 2 questions regarding Prisma
1. Is there a way to have multiple schema.prisma files to split models per categories for example ?
2. How can we use prisma with multiples DB in the same app ? (I mean how to handle models per DB )
thanks a lot for your help
r
Ryan
06/15/2021, 7:22 AM
@Philippe 👋
1. Currently not built-in but you can use a workaround as described here. There’s a feature request for this which we will be working on.
2. You can use multiple databases by using separate schemas as described here.