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: packages/node/README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
9
9
This package (`packages/node`) is the PowerSync SDK for Node.js clients. It is an extension of `packages/common`.
10
10
Using this package is not necessary for PowerSync on servers, see [our documentation](https://docs.powersync.com/installation/app-backend-setup) for more details on that.
11
11
12
-
This package has an API similar to the PowerSync web SDK, for which a summary of features is available [here](https://docs.powersync.com/client-sdk-references/js-web).
12
+
See a summary of features [here](https://docs.powersync.com/client-sdk-references/node).
13
13
14
14
## Alpha Release
15
15
@@ -28,9 +28,8 @@ or download sqlite3 and PowerSync binaries.
28
28
29
29
# Getting Started
30
30
31
-
You can follow along our [web SDK reference](https://docs.powersync.com/client-sdk-references/js-web)
32
-
which contains everything you need to know to get started implementing PowerSync in your project.
33
-
Replace imports of `@powersync/web` with `@powersync/node` where necessary.
31
+
The [Node.js SDK reference](https://docs.powersync.com/client-sdk-references/node)
32
+
contains everything you need to know to get started implementing PowerSync in your project.
0 commit comments