Hello, I would like to connect Prisma to a MySQL database on AWS but have only found how to do it via the docker implementation. Is there a way to define the AWS database endpoint directly and will I still have access to Prisma Admin?
b
bkstorm
05/16/2019, 7:07 AM
No, you have to use docker 😄
h
Harshit
05/16/2019, 8:38 AM
Hi,
Soon you will be able to use prisma without docker. Stay tuned 👀 : prisma.io/day
n
nuno
05/16/2019, 11:07 AM
Can't you just run Prisma server in a docker container and connect it to an external database (on AWS, docker or something else)?