Is there a "recipe book" anywhere for common situations & recommended data modeling approaches using prisma? (Example: separating the idea of accounts from users, accounts grouped into teams, teams into orgs, multitenancy, etc)
r
Ryan
06/22/2020, 9:26 AM
Hey @Chris Zempel 👋
Currently there's no such best practices doc that is present under Prisma, so could you add it as a feature request here.
Also Prisma would be no different to the points that you have mentioned above as it would be equivalent to the best modelling practices that we follow with databases itself.