ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Add Backpopulate to relationships #57

Open valentinedwv opened 8 years ago

valentinedwv commented 8 years ago

http://docs.sqlalchemy.org/en/rel_1_0/orm/basic_relationships.html

This would allow use to expose the children as a field in the parent.