UNPKG

supastash

Version:

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

8 lines 326 B
import { SupastashSQLiteDatabase } from "../types/supastashConfig.types"; /** * Gets the supastash database * @returns The supastash database */ export declare function getSupastashDb(): Promise<SupastashSQLiteDatabase>; export declare function closeSupastashDb(): Promise<void>; //# sourceMappingURL=dbInitializer.d.ts.map