You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was surprised to find out that mysql2 actually has a streaming interface compatible with mysql, but only without promises. I didn't figure out how to use it in the promises API, and both are not documented. Will there be documentation for this? It would be even more helpful if an async iterator is implemented for promises API.
The text was updated successfully, but these errors were encountered:
I was surprised to find out that
mysql2
actually has a streaming interface compatible withmysql
, but only without promises. I didn't figure out how to use it in the promises API, and both are not documented. Will there be documentation for this? It would be even more helpful if an async iterator is implemented for promises API.The text was updated successfully, but these errors were encountered: