pybel / pybel-tools

A PyBEL extension for analyzing BEL graphs
http://pybel-tools.readthedocs.io/
MIT License
5 stars 5 forks source link

Cascades on reporting and analyses #71

Closed cthoyt closed 7 years ago

cthoyt commented 7 years ago

Since they are sort of hacked on to the pybel data model, I need to figure the right way to either get SQLAlchemy (or server-side) to cascade deletions

Reference: http://docs.sqlalchemy.org/en/latest/orm/cascades.html

Could use help if you guys know how to do this right already @cebel @LeKono