Is there any good Postgres Prisma BRIN examples ar...
# orm-help
n
Is there any good Postgres Prisma BRIN examples around anyone can recommend? I’m looking to implementing it for time scheduling
βœ… 1
h
Hey Nathan πŸ‘‹ I love BRIN indexes too. They're a really amazing PostgreSQL feature party postgres. To implement them in Prisma, I'd suggest taking a look at this example: https://www.prisma.io/docs/concepts/components/prisma-schema/indexes#block-range-index-brin
n
Hey Harsh. I was thinking more in github repo examples
h
πŸ™Œ 1
n
Hey Nathan πŸ‘‹ Thanks for pointing this out, we don’t have indexes examples in our official prisma-examples repository, I have added an issue #3867 to add examples of using indexes that we support.
πŸ‘ 1