prisma-docker icon indicating copy to clipboard operation
prisma-docker copied to clipboard

will this create a new database or connect with existed database

Open chj-damon opened this issue 7 years ago • 1 comments
trafficstars

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.

chj-damon avatar Apr 19 '18 06:04 chj-damon

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?

maxdarque avatar Apr 27 '18 17:04 maxdarque