say, I initialize brand new prisma service, how can I specify what database name I want to use?
s
Sam Jackson
06/01/2018, 2:42 PM
Yes, when you run
prisma init
they allow you to specify what kind of database you want to connect to.
s
sakhmedbayev
06/05/2018, 8:51 AM
Thank you @Sam Jackson. I just coming from older version of prisma. Am I right in my assumption that I need to run one prisma-mysql docker container per an app?