I wrote a service using mssql in nodejs.It was working without any problems before. But now it gives an error in the await part and does not work properly.I would be glad if you help.
let pool = await sql.connect(config.sql);
I wrote a service using mssql in nodejs.It was working without any problems before. But now it gives an error in the await part and does not work properly.I would be glad if you help.
let pool = await sql.connect(config.sql);