Commit 00692a2
authored
Feat/add support for status endpoint (#10)
* feat(network): add support for new status endpoint
* refactor(network): structured JSON responses for sync functions.
Example: {"send":{"status":"synced","localVersion":5,"serverVersion":5},"receive":{"rows":3,"tables":["tasks"]}}1 parent 1a42745 commit 00692a2
File tree
18 files changed
+1394
-172
lines changed- .claude/commands
- examples
- simple-todo-db
- to-do-app/components
- src
- postgresql
- sqlite
- test
18 files changed
+1394
-172
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
File renamed without changes.
0 commit comments