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

8 lines (4 loc) 240 B
import type { Database } from '../..' import type { SyncLocalChanges } from '../index' export default function fetchLocalChanges(db: Database): Promise<SyncLocalChanges> export function hasUnsyncedChanges(db: Database): Promise<boolean>