P
Prisma•9mo ago
MorenoMdz

Is there a way to tell Prisma to use GIN indexes?

Title.
3 Replies
Nurul
Nurul•9mo ago
Indexes | Prisma Documentation
How to configure index functionality and add full text indexes
MorenoMdz
MorenoMdzOP•9mo ago
Yep!! @@index([value(ops: JsonbPathOps)], type: Gin) will do it, thanks Nurul!
Nurul
Nurul•9mo ago
No worries! 😄

Did you find this page helpful?