DBTarzan

The database browser

View project on GitHub

Internal structure

Internal

DbTarzan is modeled to avoid synchronous calls to the database. Everything is done asynchronously, with messaging among Pekko actors. DbTarzan does not user futures, but simple Pekko actors.

In this way the GUI is very responsive. The GUI never blocks, when waiting for the result of a query the user can start other queries.