Posts by Wesley Ferreira • 13 points
1 post
-
0
votes1
answer235
viewsQ: Error using Mysql Sequelize
Code to establish connection to the database: const Sequelize = require('sequelize') // Conexão com o banco de dados MySQL const sequelize = new Sequelize('postagens', 'root', 'mafikgod123@', {…