fetchall

GenericDBWrapper.fetchall(sql: str, *params, **kwparams) → Union[List[dict], List[tuple], None][source]

Alias for fetch() with fetch='all'