cmdbac
cmdbac copied to clipboard
Schema information
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?
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
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.