UNPKG

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

4 lines (3 loc) 245 B
import { BaseFetch } from "../base_fetch"; export declare const onWhereCount: (this: BaseFetch, onFinish: any) => (e: any) => void; export declare const executeWhereLogic: (this: BaseFetch, column: any, value: any, op: any) => Promise<unknown>;