I am trying to use Prisma and Neon and it is working but... I want to know the best practices :
I have the production on main.
Should I put my dev environment on a dev neon branch ? Should I ONLY migrate my Prisma Schema on dev neon branch and never on main ? If I am happy with my dev branch on neon, should I "merge" it on main ?
I don't find any information in the documentation. Please heeeelp Thank you !