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
7 lines (6 loc) • 509 B
TypeScript
import { Select } from "./";
import { BaseFetch } from "../base_fetch";
export declare const getCursorOnSuccess: (this: Select, simpleFn: any, limitFn: any, skipFn: any, skipAndLimitFn: any) => any;
export declare const executeWhereLogic: (this: BaseFetch, column: any, value: any, op: any, dir: any) => Promise<any>;
export declare const executeLimitForWhere_: (this: Select, onFinish: any) => (e: any) => void;
export declare const executeSimpleForWhere_: (this: Select, onFinish: any) => (e: any) => void;