Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 2.23 KB

README.md

File metadata and controls

43 lines (35 loc) · 2.23 KB

DB Analyser

(Currently in testing phase before first official release)

Cross platform GUI to help you dealing with HUGE databases.
Inspect all possible foreign key paths from star to the end table.
Auto generate SELECT query with complex JOINS.
Auto generate DTO classes from ANY QUERIE.
Fuzzy search over tables and columns with history
Supports MySQL, SQLite, Postgresql, MS Server.

Gallery

Motivation

You are a programmer and you joust got a new job as backend programmer in a project with DB containing more than 1000 tables over 20+ schemas. Diagram of DB is so huge that Jetbrain's IDE crashes every time while its tries to display huge mess of countless lines and squares...

Install

Go to RELEASES download lastest zip version, unzipit and then find `bin` folder inside extracted folder...
On Linux or IOS, left click on the `db-analyser` double click it or left click and select `Run program`...
On Windows, left click on the `db-analyser.bat` double click it or left click and select `Run program`...