jsstore
Version:
Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency
6 lines (5 loc) • 402 B
TypeScript
import { BaseFetch } from "../base_fetch";
import { Select } from ".";
export declare const executeRegexLogic: (this: BaseFetch, column: any, exp: RegExp) => Promise<any>;
export declare const executeSkipAndLimitForWhere_: (this: Select, onFinish: any, skipOrPush: any) => (e: any) => void;
export declare const executeSkipForWhere_: (this: Select, onFinish: any, skipOrPush: any) => (e: any) => void;