Model¶
Models are used in Flask to conveniently handle interactions with databases using ORM (Object Relational Mapping).
Define a table and a class to hold saved searches the class has a get method that returns a list of saved search there is also a mapper to map relationships
SavedSearches ¶
Bases: StatefulObjectMixin
, DomainObject
SavedSearches model.
Source code in ckanext/saeoss/model/saved_search.py
Define a table and a class to hold stac harvester the class has a get method that returns a list of stac harvester there is also a mapper to map relationships.
StacHarvester ¶
Bases: StatefulObjectMixin
, DomainObject
StacHarvester model.