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

5 lines (4 loc) 247 B
import { Select } from "./index"; export declare const setPushResult: (this: Select) => void; export declare const setLimitAndSkipEvaluationAtEnd: (this: Select) => void; export declare const mergeWithResults: (this: Select, from: any[]) => void;