Optimize INSERT, UPDATE, and DELETE queries.

Issue #9 new
Thomas Scharrenbach repo owner created an issue

Currently, all queries are executed synchronously and query by query. This can be improved by bulk queries and asynchronous execution.

Comments (0)

  1. Log in to comment