UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

15 lines (13 loc) 295 B
import type { SyncArgs } from '../index' export default function synchronize({ database, pullChanges, onDidPullChanges, pushChanges, sendCreatedAsUpdated, migrationsEnabledAtVersion, log, conflictResolver, _unsafeBatchPerCollection, unsafeTurbo, }: SyncArgs): Promise<void>