Please can someone tell me what i can do with Pris...
# orm-help
m
Please can someone tell me what i can do with Prisma?
a
Think of it like an orm layer that you use with graphql and it also handles your data model
m
Thanks, but why should i use another ORM layer over graphql, dont you think that's overkill?
e.g i have used Apollo server along with Mongoose to fetch data in the resolvers, where do you think Primsa can come in to make things easier
a
Replacing mongoose