Open henriksjostrom opened 11 years ago
You can look at the tests for synchronous example: https://github.com/Sannis/node-mysql-libmysqlclient/blob/master/tests/low-level-sync/test-class-mysqlconnection-sync.js#L51-L85
Are you really need async version for this?
I would really need an async version of this, is it enough to replace the sync in the function names and add an callback with (err, res) parameters?
sync
(err, res)
Yes, async would be very useful for me.
You can look at the tests for synchronous example: https://github.com/Sannis/node-mysql-libmysqlclient/blob/master/tests/low-level-sync/test-class-mysqlconnection-sync.js#L51-L85
Are you really need async version for this?