spencerkclark / aospy-db

Adding a database to store output metadata to a hollow version of aospy
1 stars 1 forks source link

Allow for a CalcDB object to depend on multiple RunDB objects #11

Open spencerkclark opened 8 years ago

spencerkclark commented 8 years ago

As mentioned in #7, the current setup implements a one-to-many relationship between RunDB and CalcDB objects. In the future, we would like to support calculations that depend on multiple runs; this would require a many-to-many relationship within the database.