Hello, I would like to connect Prisma to a MySQL d...
# orm-help
o
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
No, you have to use docker 😄
h
Hi, Soon you will be able to use prisma without docker. Stay tuned 👀 : prisma.io/day
n
Can't you just run Prisma server in a docker container and connect it to an external database (on AWS, docker or something else)?