CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

Any plan to support typescript ? #44

Closed doxiaodong closed 7 years ago

doxiaodong commented 7 years ago

It will be glad with typescript supported

doxiaodong commented 7 years ago

btw, use native Promise to replace bluebid ?

CodeFoodPixels commented 7 years ago

As far as I know it should work with typescript.

I have no plans to replace bluebird with a native implementation.