Closed ghost closed 5 years ago
I see this library do all the asynchronous tasks.. does that mean I can just execute selects, inserts, updates on the spot?
Yes, but this doesn't change the fact they the API is async by nature, i.e. you can't return a value right away.
I see this library do all the asynchronous tasks.. does that mean I can just execute selects, inserts, updates on the spot?