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
| Name | Type | Description |
|---|---|---|
| **kwargs | dict | Additional keyword arguments passed to the function, though they are not currently utilized in the clearing process. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the operation modifies the internal state of active database connections. |