Skip to main content

reset_queries

Clears the query log for all currently initialized database connections.

def reset_queries(
**kwargs: dict
) - > null

Clears the query log for all currently initialized database connections to free memory or reset performance tracking.

Parameters

NameTypeDescription
**kwargsdictAdditional keyword arguments passed to the function, though they are not currently utilized in the clearing process.

Returns

TypeDescription
nullNothing is returned; the operation modifies the internal state of active database connections.