github vapor/fluent 4.0.0-rc.3.1
Adds the ability to retrieve query history

latest releases: 4.13.0, 4.12.0, 4.11.0...
pre-release6 years ago
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

Don't miss a new fluent release

NewReleases is sending notifications on new releases.