Program databases
There are many projects in which a program database is built, representing source models of a program
They vary in many significant ways
- The data model used (relational, object-oriented)
- The granularity of information
- Per procedure, per statement, etc.
- Support for creating new source models
- Operations on the database, entirely new ones
- Programming languages supported