UNPKG

longcelot-sheet-db

Version:

Google Sheets-backed staging database adapter for Node.js with schema-first design

14 lines 555 B
import { TableSchema } from '../../schema/types'; /** * @deprecated `lsdb export-data` is deprecated — use `lsdb migrate-data` instead. * Kept for backward compatibility; the data-export behaviour is unchanged. */ export declare function exportDataCommand(options: { output?: string; table?: string; allUsers?: boolean; dryRun?: boolean; }): Promise<void>; export declare function generateExportDataScript(schemas: TableSchema[], allUsers?: boolean): string; export default exportDataCommand; //# sourceMappingURL=export-data.d.ts.map