AoiYamada / mysql-promisify

A promisified class for npm mysql lib
1 stars 1 forks source link

current npmjs version not usable #51

Open youurayy opened 3 years ago

youurayy commented 3 years ago

current npmjs version not usable on reasonably recent yarn and nodejs.

yarn add mysql-promisify produces:

image

AoiYamada commented 3 years ago

Thanks for reporting, I will fix it when I'm free.

Meanwhile I would recommend you to use ORM like TypeORM/Sequelize or simply use mysql2, which is an official continuation of the npm mysql module and support Promises, for production tasks.