Is there any ways to divide schemas into separate files where I describe only model? e.g. I have main schema with
datasource
and
generator
configs and other files where I describe only `model`s. My schema file becomes to large and it is hard to maintain everything in one file
n
Nurul
02/17/2022, 12:39 PM
Hey Geebrox 👋,
Currently this is not possible natively in prisma!
This the Open Issue to track the Feature Request.
Could you please leave a 👍 so that it could help our Engineering and Product team prioritise it.
However there are some community provided solutions like Aurora which provides you functionality to split schemas.
g
Geebrox
02/17/2022, 1:43 PM
@Nurul thank you for your answer, will do as you said 👍