mysql

14 views
Skip to first unread message

rahmani djamel

unread,
Feb 11, 2022, 5:29:59 PM2/11/22
to nw.js
hi
i'm using vuejs and nwjs i try to connect from my view to mysql database using sequelize i require configuration file . then in created function (vue life-cycle function) i get all data using this code : 

created:  () => {
   
    hello.products.findAll({raw: true}).then(result => {
      console.log(result)
    }).catch(err => {
      console.log(err)
    })
 
   
    }

and i get this error lll.PNG

Pigere Fabien

unread,
Feb 12, 2022, 4:25:07 AM2/12/22
to nw.js
not a nwjs bug...
Reply all
Reply to author
Forward
0 new messages