UNPKG

supastash

Version:

Offline-first sync engine for Supabase in React Native using SQLite

9 lines 322 B
/** * Creates the supastash_sync_status table if it doesn't exist */ export declare function createSyncStatusTable(): Promise<void>; /** * Creates the supastash_deleted_status table if it doesn't exist */ export declare function createDeletedStatusTable(): Promise<void>; //# sourceMappingURL=createSyncStatus.d.ts.map