Skip to content

Adds the ability to retrieve query history

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 04 Jun 17:10
55f47ca
This patch was authored and released by @mcdappdev.

Tracks database query history for a Request or Application (#689).

To use on the Application:

app.fluent.history.start()
app.fluent.history.stop()
app.fluent.history.clear()

Access the history by calling:

app.fluent.history.queries

The same methods/properties exist on Request:

req.fluent.history.start()
req.fluent.history.stop()
req.fluent.history.clear()
req.fluent.history