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
Copy file name to clipboardExpand all lines: articles/postgresql/hyperscale/quickstart-app-stacks-nodejs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: postgresql
7
7
ms.subservice: hyperscale-citus
8
8
ms.topic: quickstart
9
9
recommendations: false
10
-
ms.date: 08/17/2022
10
+
ms.date: 08/18/2022
11
11
---
12
12
13
13
# Node.js app to connect and query Hyperscale (Citus)
@@ -124,7 +124,7 @@ async function queryDatabase() {
124
124
queryDatabase();
125
125
```
126
126
127
-
To execute this code sample below please use the `node create.js` command. Once you run this command a new table and insertations data will be created in your 'Pharmacy' table.
127
+
To execute the code above, run `node create.js`. This command will create a new "pharmacy" table and insert some sample data.
0 commit comments