will this create a new database or connect with existed database
chj-damon opened this issue · 1 comments
chj-damon commented
I know that prisma will generate a database based on the service and stage in the prisma.yml file. I'm not sure if your way can connect prisma with one existed database.
maxdarque commented
This is will help you connect to an MySQL instance that you have setup (in this case AWS RDS). I may need to update it to work with prisma 1.7+
.
I think Prisma will create and manage databases inside your MySQL instance. Does that make sense?