We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f628f0a commit bae1de0Copy full SHA for bae1de0
README.md
@@ -8,6 +8,21 @@ This basic example illustrates a simple NodeJS [URL Table Engine](https://clickh
8
9
This example is designed to understand the underlying formats and unleash imagination for integrators.
10
11
+```mermaid
12
+sequenceDiagram
13
+ autonumber
14
+ ClickHouse->>NodeJS: POST Request
15
+ loop Javascript
16
+ NodeJS->>NodeJS: INSERT
17
+ end
18
+ NodeJS-->>ClickHouse: POST Response
19
+ ClickHouse->>NodeJS: GET Request
20
21
+ NodeJS->>NodeJS: SELECT
22
23
+ NodeJS-->>ClickHouse: GET Response
24
+```
25
+
26
##### Features
27
- [x] INSERT to JS array
28
- [x] SELECT from JS array
0 commit comments