|
DBDependency is a Java application that visually displays the dependencies between database objects on a graph using the
OpenJGraph library.
The latest release supports Oracle8/8i and MS SQL Server 6.5 databases. If you are familiar with the data dictionary of your favourite RDBMS and would like it to be supported, all you have to do, in general, is implement one interface. That's it. That's it? Yes! For more information, see the "Contribute" section. The application is currently limited to derive the direct dependents and dependees of a database object. Dependencies between the selected database object's dependents and dependees are also shown. Future releases will allow configuration of how deep the dependency you want generated.
|