Is there any ways to divide schemas into separate ...
# orm-help
g
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
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
@Nurul thank you for your answer, will do as you said 👍
👍 1