Fetch data asynchronously

Create issue
Issue #1 resolved
João Farias repo owner created an issue

As it stands, EasyDatabase provides asynchronous methods to execute queries that do not return any value. All SELECT commands are synchronous.

In certain situations, it might be useful to load data asynchronously for later use.

Comments (3)

  1. Log in to comment