Skip to content

Commit 40144c4

Browse files
committed
docs: add empty line
1 parent 5261a7e commit 40144c4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

user_guide_src/source/database/events.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ The Events
1818
DBQuery
1919
=======
2020

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

2629
An example usage might be:
2730

0 commit comments

Comments
 (0)