Martin Nilsson (Coppermist) @ Pike (-) developers forum wrote:
Anyone looked at asynchronous database query API? I'm thinking about all the big_query, big_typed_query etc. but retuning a Promise.
Sql.Promise()
I've used it in applications. It works fine, I think. You want something different?
Thanks. Yes, like that, but non-blocking :) Doesn't look like MySQL is using the mysql_*_nonblocking functions.