Guys is it possible to use Google Cloud MySQL inst...
# orm-help
t
Guys is it possible to use Google Cloud MySQL instance with Prisma?.. because docs says PostgreSQL is only dbms supported by Prisma if using existing database
n
You are combining two questions into one. I will answer both separately: 1) Yes, you can use any MySQL instance with Prisma 2) Yes, you can only connect to existing Postgres databases at the moment. In this context, "existing" means as much as "has an existing database schema + potentially data".
❤️ 1
t
So that means if I already have a schema in MySQL, it cannot be used with Prisma. Am I right? If it is, when are you guys planning to implement that feature? Sorry for question attack
n
That is right. You can track https://github.com/prisma/prisma/issues/2506 to see when we implement introspection for MySQL databases.
t
Oh thanks! I hope it come out soon