cmdbac icon indicating copy to clipboard operation
cmdbac copied to clipboard

Schema information

Open michaelmior opened this issue 7 years ago • 2 comments

Am I correct that no schema information is currently captured when deploying applications? If this is the case, any thoughts on how easy this to be add and whether you would accept a PR to do so?

michaelmior avatar Apr 06 '18 14:04 michaelmior

See the analysis scripts. I think we do capture schema information but we don't expose it on the website:

https://github.com/cmu-db/cmdbac/blob/master/analysis/foreign/foreign.py

apavlo avatar Apr 06 '18 16:04 apavlo

I'll take a closer look, but it seems like all that work is to identify foreign keys and no information is actually saved. However, it does at least mean that it should be relatively easy to capture since it's already being analyzed.

michaelmior avatar Apr 06 '18 16:04 michaelmior