-
Notifications
You must be signed in to change notification settings - Fork 0
hidro database
cortexmancer edited this page Jul 13, 2026
·
1 revision
def insert_hidro(collection: List[HidroBase], expire=True) -> List[HidroBase]Insert a list of Hidro ORM Model into Hidro Database
def count_hidro(model: HidroBase)Counts a given Model in Hidro Database.
def get_states() -> StateReturns registered States in Hidro Database.
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.