Is it "safe" to do manual optimizations in the postgres db when using Prisma? Adding indexes to fields etc..? What about combining prisma with direct postgres access in my apollo prisma graphql server..?
Thanks that looks like it should cover most of my needs 👍. Maybe except for row-level-restrictions and sepearate users for a single db mutli-tenant setup, which I'm researching atm..