DBTarzan

The database browser

View project on GitHub

Code

DBTarzan is released under the Apache License 2.0. Its code is published in Github.

DBTarzan is written in Scala, uses JavaFX via ScalaFX for its GUI, uses the actors of Pekko, Grapple to read the configurations written in JSON.

JavaFX does a wonderful job, giving the application a professional look and integrating it with the OS where it runs.

Using Pekko, DBTarzan does not block waiting for the queries response, allowing the user to maintain always the control.

Thanks to these tools, the amount of code is very limited, which makes it easy to understand and to mantain.

One of the principles of DBTarzan is to avoid code bloating, keeping the code simple and compact.

If you want, you can build the application yourself.