The service to parse the sql queries to identify the link between the RDB objects on logical level, i.e. to identify the link between joined tables and the resulting table.
The program consumes the *.sql file(s), parses it and outputs the tables dependency graph.
- wkhtmltopdf to perform HTML2PDF conversion
- pg_query_go to parse PSQL queries
- cytoscape to vizualize graphs
- Klay algorithm to form the nodes layer on the graph