Skip to content

Commit 734895e

Browse files
committed
Merge branch 'feat/common-sdk' of https://github.com/powersync-ja/powersync-dotnet into feat/common-sdk
2 parents a202e59 + 29cf709 commit 734895e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/CommandLine/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PowerSync CLI demo app
22

33
This demo features a CLI-based table view that stays *live* using a *watch query*, ensuring the data updates in real time as changes occur.
4-
To run this demo, you need to have the [Node.js self-host demo](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs) running, as it provides the PowerSync server that this CLI's PowerSync SDK connects to.
4+
To run this demo, you need to have one of our Node.js self-host demos ([Postgres](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs) | [MongoDB](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs-mongodb) | [MySQL](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs-mysql)) running, as it provides the PowerSync server that this CLI's PowerSync SDK connects to.
55

66
Changes made to the backend's source DB or to the self-hosted web UI will be synced to this CLI client (and vice versa).
77

@@ -29,4 +29,4 @@ To run the Command-Line interface:
2929

3030
```bash
3131
dotnet run Demo
32-
```
32+
```

0 commit comments

Comments
 (0)