ньючить
async dbConnect () { this.connection = await mysql.createConnection({ host: this.host, user: this.user, password: this.pass, database: this.base }); const result = await this.connection.connect(); console.log(result);
вот так исправил, все работает кроме того что в result ничего не возвращается
Обсуждают сегодня