Skip to content

hidro database

cortexmancer edited this page Jul 13, 2026 · 1 revision

database.hidro


insert_hidro

def insert_hidro(collection: List[HidroBase], expire=True) -> List[HidroBase]

Insert a list of Hidro ORM Model into Hidro Database


count_hidro

def count_hidro(model: HidroBase)

Counts a given Model in Hidro Database.


get_states

def get_states() -> State

Returns registered States in Hidro Database.


get_period

def get_period(model_name: str, only_code=False, with_null_end_date=False)

Returns stations with initial and final periods for an given table in Hidro Database.

Clone this wiki locally