supastash
Version:
Offline-first sync engine for Supabase in React Native using SQLite
8 lines • 324 B
TypeScript
import { PayloadData } from "../../types/query.types";
/**
* Creates a table in the database
* @param table - The name of the table to create
* @param payload - The payload of the table
*/
export declare function createTable(table: string, payload?: PayloadData): Promise<void>;
//# sourceMappingURL=createTable.d.ts.map