Does anyone know how to connect the plugin "sequelize" nodejs to connect to an instance of google cloud. I already created the instance in mysql everything is ready missing only the connection.
var sequelize = new Sequelize('database_name', 'user', 'password', {
host: "XXXXX",
port: 3306,
dialect: 'mysql',
});