supastash
Version:
Offline-first sync engine for Supabase in React Native using SQLite
8 lines • 335 B
TypeScript
/**
* Gets the schema for a table and returns an array of column names
* @param table - The name of the table
* @returns an array of column names
*/
export declare function getTableSchema(table: string): Promise<string[]>;
export declare function clearSchemaCache(table?: string): void;
//# sourceMappingURL=getTableSchema.d.ts.map