Was wondering if prisma supported mongo materializ...
# mongodb
d
Was wondering if prisma supported mongo materialized views. I have a view and I try to make a model describing it, but receive:
Namespace activities.Activity is a view, not a collection
Thinking I may have to use an
$aggregateRaw
call in the client with my view creation script instead.