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

9 lines (8 loc) 267 B
import { LogHelper } from "@worker/utils"; import { TableMeta } from "@worker/model"; export declare class SchemaChecker { table: TableMeta; constructor(table: TableMeta); check(setValue: object, tblName: string): LogHelper; private checkByColumn_; }