/sqlscan

Primary LanguageJavaScriptMIT LicenseMIT

SQL Parser

Code Coverage Go ReportCard

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.

Modus Operandi

The program consumes the *.sql file(s), parses it and outputs the tables dependency graph.

Dependencies