react-native-nitro-sqlite
Version:
Fast SQLite library for React Native built using Nitro Modules
4 lines • 331 B
TypeScript
import type { BatchQueryCommand, BatchQueryResult } from '../types';
export declare function executeBatch(dbName: string, commands: BatchQueryCommand[]): BatchQueryResult;
export declare function executeBatchAsync(dbName: string, commands: BatchQueryCommand[]): Promise<BatchQueryResult>;
//# sourceMappingURL=executeBatch.d.ts.map