Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aferrandi/dbtarzan
- Owner: aferrandi
- License: apache-2.0
- Created: 2015-01-03T20:42:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:28:43.000Z (7 months ago)
- Last Synced: 2024-08-01T20:48:33.152Z (6 months ago)
- Topics: browser, database, foreign-keys, scala
- Language: Scala
- Size: 49 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - aferrandi/dbtarzan - To explore the tables of a database following their relations as defined in their foreign keys. (Scala)
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.