We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c90e6 commit 5bbfd88Copy full SHA for 5bbfd88
packages/powersync/README.md
@@ -114,6 +114,7 @@ Future<void> uploadData(PowerSyncDatabase database) async {
114
switch (op.op) {
115
case UpdateType.put:
116
// Send the data to your backend service
117
+ // replace `_myApi` with your own API client or service
118
await _myApi.put(op.table, op.opData!);
119
break;
120
default:
0 commit comments