Skip to content

Commit 9340818

Browse files
committed
docs: update screenshot
1 parent 43abdc5 commit 9340818

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed
3.67 KB
Loading
108 KB
Loading
73.3 KB
Loading

docs/workbench/request-history.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: "View recent tool execution history"
55

66
The Request History page (`/requests`) displays recent tool executions, helping you track queries and debug issues.
77

8+
![request-history](https://raw.githubusercontent.com/bytebase/dbhub/main/docs/images/workbench/request-history.webp)
9+
810
## Data Retention
911

1012
Request history is stored in memory (resets on restart), keeping the latest 100 requests per source.

docs/workbench/tool-execution.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Run pre-defined SQL statements through a constrained form interface, with URL qu
99

1010
For `execute_sql` tools, you get a full SQL editor with syntax highlighting.
1111

12+
![execute-sql](https://raw.githubusercontent.com/bytebase/dbhub/main/docs/images/workbench/execute-sql.webp)
13+
1214
| Parameter | Description | Example |
1315
|-----------|-------------|---------|
1416
| `sql` | Prefills the SQL editor (URL encoded) | `?sql=SELECT%20*%20FROM%20users%20LIMIT%2010` |

0 commit comments

Comments
 (0)