UNPKG

redis-orm-node

Version:

`redis-orm` is a lightweight Object-Relational Mapping (ORM) library for Node.js.

4 lines (3 loc) 226 B
import { Schema, WhereOptions } from "../types"; export declare function convertWhere(schema: Schema, ...wheres: WhereOptions[]): string; export declare function parseParameters(where: WhereOptions, schema: Schema): string[];