Closed ghost closed 5 years ago
Make use of the callback. It is not the responsibility of libasynql to help you manage asynchronous programming. You may want to have a look at await-generator.
Will await generator work with executechange? I don't see executeChange in the example at all.
Analogous approach works. await-generator is for syntactic sugar of callbacks <-> generators in general. await-generator and libasynql are not directly related to each other.
is there a way to Check if the query is done?