ORM querying

ORM querying#

Querying the ORM can be done by writing custom queries using sqlalchemy. However, if you regulary want to access a chunk of data, it is recommended to write a view that does this for you. You can see the details of writing a view in here :py:func:pycram.orm.base.views.PickUpWithContextView.