You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|parameters|object|None|False|Parameters for query|None|{ "name": "user" }|
65
66
|query|string|None|True|Query to run|None|SELECT * FROM example WHERE name=:name|
66
-
67
+
67
68
Example input:
68
69
69
70
```
@@ -77,48 +78,43 @@ Example input:
77
78
78
79
##### Output
79
80
80
-
|Name|Type|Required|Description|
81
-
|----|----|--------|-----------|
82
-
|header|[]string|False|Array of header fields for the columns|
83
-
|results|[]object|False|Result rows, each as an object with header keys|
84
-
|status|string|True|Status message|
85
-
81
+
|Name|Type|Required|Description|Example|
82
+
| :--- | :--- | :--- | :--- | :--- |
83
+
|header|[]string|False|Array of header fields for the columns|["name", "surname", "index", "alias"]|', '|results|[]object|False|Result rows, each as an object with header keys|[{"name": "User", "index": "1", "Surname": "Example", "alias": "Test"}]|
0 commit comments