Skip to content

Commit 5bbfd88

Browse files
committed
more explanation
1 parent 82c90e6 commit 5bbfd88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/powersync/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Future<void> uploadData(PowerSyncDatabase database) async {
114114
switch (op.op) {
115115
case UpdateType.put:
116116
// Send the data to your backend service
117+
// replace `_myApi` with your own API client or service
117118
await _myApi.put(op.table, op.opData!);
118119
break;
119120
default:

0 commit comments

Comments
 (0)