say, I initialize brand new prisma service, how ca...
# random
s
say, I initialize brand new prisma service, how can I specify what database name I want to use?
s
Yes, when you run
prisma init
they allow you to specify what kind of database you want to connect to.
s
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?