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: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,11 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
16
16
17
17
-[packages/web](./packages/web/README.md)
18
18
19
-
- JS Web SDK implementation (extension of `packages/common`)
19
+
- JS Web SDK implementation (extension of `packages/common`)<>
20
+
21
+
-[packages/node](./packages/node/README.md)
22
+
23
+
- NodeJS client implementation (extension of `packages/common`)<>
20
24
21
25
-[packages/react](./packages/react/README.md)
22
26
@@ -80,6 +84,10 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
80
84
81
85
-[demos/example-capacitor](./demos/example-capacitor/README.md) A Capacitor example app using the PowerSync Web SDK.
82
86
87
+
### Node
88
+
89
+
-[demos/example-node](./demos/example-node/README.md) A small CLI example built using the PowerSync SDK for NodeJS.
90
+
83
91
## Tools
84
92
85
93
-[tools/diagnostics-app](./tools/diagnostics-app): A standalone web app that presents stats about a user's local database (incl. tables and sync buckets).
0 commit comments