We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145b548 commit 1968c53Copy full SHA for 1968c53
3 files changed
.gitignore
@@ -12,4 +12,5 @@ unittest
12
/curl/src
13
.vscode
14
**/node_modules/**
15
-.env
+.env
16
+package-lock.json
README.md
@@ -233,7 +233,7 @@ SELECT cloudsync_terminate();
233
234
### For a Complete Example
235
236
-See the [Simple Todo Database example](./examples/simple-todo-db/) for a comprehensive walkthrough including:
+See the [examples](./examples/simple-todo-db/) directory for a comprehensive walkthrough including:
237
- Multi-device collaboration
238
- Offline scenarios
239
- Row-level security setup
0 commit comments