Hello <@U024DS62DRC> I implemented the prisma orm ...
# orm-help
a
Hello @Nurul I implemented the prisma orm with nexus and paljs But we have too many prisma models and due to that nexus take 5 minutes to compile So it is a global issue so I did something wrong on my end
👀 1
a
How many models you have?
n
a
Yes this one
Around 950
a
Ok, then paljs is a terrible solution for you.
a
Any alternative?
a
I don't recommend any auto-generated schema tools with this number of models You can use paljs with the sdl first approach. Maybe it can be faster
n
honestly paljs generates way too many if you dont know what your doing in reducing size from models. hate to say it but sticking to nexus and nexus-prisma with customized as you go is the better option reducing bloat. i remember just having around +900 fields and +400 types generated from Paljs. Compared to now 78 types 320 fields huge difference. Don’t get me wrong PalJs is still good but even all the autogenerated stuff you need to customize all of it, hence its better to go step by step using nexus nexus-prisma in a onion layer architecture