If I wanted to create custom views in my database ...
# orm-help
j
If I wanted to create custom views in my database (via raw SQL) is there anyway to wrap that within the prisma managed migrations? Or would I need to connect to my db independently to handle that?