Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aferrandi/dbtarzan

To explore the tables of a database following their relations as defined in their foreign keys.
https://github.com/aferrandi/dbtarzan

browser database foreign-keys scala

Last synced: 3 months ago
JSON representation

To explore the tables of a database following their relations as defined in their foreign keys.

Awesome Lists containing this project

README

        

DbTarzan
========

[Cross platform](https://aferrandi.github.io/dbtarzan/Tested-databases-and-operating-systems.html) database **browser**.

Explore the tables of a **relational database** (or [many](https://aferrandi.github.io/dbtarzan//Composites.html) of them) following the relations defined in their [foreign keys](https://aferrandi.github.io/dbtarzan/ForeignKeys.html).

With DbTarzan you can find the information you need from the database in a fraction of the time, without writing queries.
If it is the first time you are looking into a database, with DbTarzan you get immediately a sense of the data in the tables and the relations among them.

More details in the :books:[Documentation](https://aferrandi.github.io/dbtarzan), including the [examples](https://aferrandi.github.io/dbtarzan/Examples.html).

![DbTarzan](docs/images/window.png?raw=true)

The following videos show examples of database exploration, the first one is a simple exploration, the second uses queries and order by:

|[![IMAGE dbtarzan simple video on youtube](https://img.youtube.com/vi/qLh5HnW0Rwc/default.jpg)](https://youtu.be/qLh5HnW0Rwc)|[![IMAGE dbtarzan detailed video on youtube](https://img.youtube.com/vi/CezsF9vME6U/default.jpg)](https://youtu.be/CezsF9vME6U)|

If you have any problem or question about the project please use the :speech_balloon:[DBTarzan gitter channel](https://gitter.im/aferrandi/dbtarzan) or add an [issue](https://github.com/aferrandi/dbtarzan/issues).

If you are interested in helping, [here](https://aferrandi.github.io/dbtarzan/Building.html) is how to build the code yourself.