- A Tool (or System) That Can Parse Various Languages to Establish Dependency Graphs, Including Read Vs. Write Accesses
Dependency checker that can parse SQL and understands what the impact of a change in a single table: who accesses that table; what stored procedures access that table; what other store procedures access those stored procedures; what code accesses that set of stored procedures and so on. Would also need to be able to parse C++, C#, Java, Python, Visual Basic, VB6 (maybe), JavaScript, TypeScript, Node, Perl (maybe).