Page Contents

Query LogsΒΆ

This listener fully supports the Crud API Query Log listener and will, once enabled as described here , add a top-level query node to every response when debug mode is enabled.

{
  "query": {
    "default": [
      {
        "query": "SHOW FULL COLUMNS FROM `countries`",
        "took": 0,
        "params": [],
        "numRows": 10,
        "error": null
      }
  }
}
  v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds
Downloads
On GitHub
View
Edit

Free document hosting provided by Read the Docs.