My question is how to make [db_mysql](https://nim-lang.org/docs/db_mysql.html) 
module work asynchronously?

I know, that there are other mysql implementations, but this module is part of 
the standard library and is simple to use.

But, there Is any way to call any synchronous function asynchronously in Nim?

Reply via email to