node-mysql-promise icon indicating copy to clipboard operation
node-mysql-promise copied to clipboard

Drop requirement for Bluebird

Open nickshanks opened this issue 6 years ago • 2 comments

Please can you consider for the next major version dropping the requirement for Bluebird, and falling back to native javascript promises if no PromiseImpl is provided. Clients that want to retain Bluebird can then include it themselves and provide it to you.

nickshanks avatar Dec 31 '18 17:12 nickshanks

In the mean time, could you move the require('bluebird') call into if(!PromiseImpl) in the same way that require('mysql') is only called if it needs to be.

nickshanks avatar Jan 01 '19 12:01 nickshanks

Looks like noone in the JS world is willing to do anything anymore. Last commits date years back for many projects. For newcomers it looks like support / modules for JS are slowly drying out.

CreativeWarlock avatar May 21 '22 10:05 CreativeWarlock