https://www.prisma.io/ logo
#orm-help
Title
# orm-help
r

Rob

09/30/2022, 5:34 AM
Does prisma really not have virtual fields? Kind of punching myself because I switched over to prisma from sequelize, only to realize that sequelize seems to have everything I was looking for.
👀 1
https://github.com/prisma/prisma/issues/15074 Looks like this is exactly what I need, and looks like its still in progress which is disappointing.
v

Vladi Stevanovic

09/30/2022, 5:56 AM
👋 Hi @Rob, thank you for the question! Prisma Client Extensions is indeed something the team is still working on it and we do also have an item for Virtual fields (see issue #3394). If these issues meet with your exact use case I encourage you to 👍 upvote them and add a comment with your requirements - GH Issue comments is the best signal that engineers use to prioritize work. In the meantime, I also wanted to share this guide in case it is helpeful: https://www.prisma.io/docs/concepts/components/prisma-client/computed-fields
👋 Hey @Rob did you have a chance to see my comment? Let me know if this is still an open question! 🙂
3 Views