I recognized that a Graphcool framework docker ima...
# prisma-whats-new
t
I recognized that a Graphcool framework docker image includes a MySQL system. Can I use external MySQL server like Amazon RDS with Graphcool framework?
i
MySQL is for local dev. GC actually uses Aurora.
More DBs will come. I believe you can run RDS for your API on your own infrastructure. I wouldn’t see why not, though. RDS is just a wrapper over SQL DBs
t
@iamclaytonray Thank you for your replay. When I set up Graphcool framework on my local env, 4 docker images are started. One of these docker images is for MySQL, I guess. If I would like to use external MySQL, how can I configure MySQL host, user, password and database?
i
I’m not sure
Sorry
t
OK. Anyway thanks for your comment.