CodeFoodPixels / node-promise-mysql

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

Streaming support? #60

Closed justechn closed 6 years ago

justechn commented 6 years ago

I am curious if this wrapper includes support for streaming (https://github.com/mysqljs/mysql#streaming-query-rows)? If so can you give me an example of how to use it with promises?

Thanks

CodeFoodPixels commented 6 years ago

At the minute, no. It'll probably be enabled by the work being done in the mysql-wrapper branch though.

CodeFoodPixels commented 6 years ago

83 added this