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 c9c7ee2 commit f21e78cCopy full SHA for f21e78c
tutorials/code-changes/supabase-connector-performance.mdx
@@ -6,7 +6,7 @@ description: "In this tutorial we will show you how to improve the performance o
6
<AccordionGroup>
7
<Accordion title="Sequential Merge Strategy">
8
<Note>
9
- Shoutout to Christoffer Årstrand for the original implementation of this optimization.
+ Shoutout to @christoffer_configura for the original implementation of this optimization.
10
</Note>
11
```typescript {7-8, 11, 13-15, 17, 19-20, 24-36, 39, 43-56, 59-60, 75}
12
async uploadData(database: AbstractPowerSyncDatabase): Promise<void> {
0 commit comments