Good morning. I've 2 questions regarding Prisma 1....
# orm-help
p
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
@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.
p
thanks @Ryan I will have a look 🙂
💯 1