Skip to content

Commit

Permalink
docs: add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 20, 2024
1 parent 5261a7e commit 40144c4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions user_guide_src/source/database/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ The Events
DBQuery
=======

This event is triggered whenever a new query has been run, whether successful or not. The only parameter is
a :doc:`Query </database/queries>` instance of the current query. You could use this to display all queries
in STDOUT, or logging to a file, or even creating tools to do automatic query analysis to help you spot
potentially missing indexes, slow queries, etc.
This event is triggered whenever a new query has been run, whether successful or
not. The only parameter is a :doc:`Query </database/queries>` instance of the
current query.

You could use this to display all queries in STDOUT, or logging to a file, or
even creating tools to do automatic query analysis to help you spot potentially
missing indexes, slow queries, etc.

An example usage might be:

Expand Down

0 comments on commit 40144c4

Please sign in to comment.