Skip to content

Commit af01b33

Browse files
committed
Mention other compatible self-host-demos
1 parent 70f9349 commit af01b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/CommandLine/README.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)