Advanced features on Prisma Postgres?
I'm evaluating potentially using Prisma's managed, serverless postgres offering. However, I'm trying to figure out the limitations of it vs managing my own postgres.
Main things i'm curious about are whether Prisma Postgres can support:
1. triggers
2. notify/listen events
3. materialized views
4. generated columns
5. extensions (pgvector, pgcron, tsvector/query etc)
Main things i'm curious about are whether Prisma Postgres can support:
1. triggers
2. notify/listen events
3. materialized views
4. generated columns
5. extensions (pgvector, pgcron, tsvector/query etc)