Sequelize and Google Cloud Storage

1

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',
});
    
asked by anonymous 07.12.2017 / 13:31

0 answers