UNPKG

redis-orm-node

Version:

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

3 lines (2 loc) 145 B
import { Schema } from "../types"; export declare function wheresToRedisQuery(wheres: string[], schemaProperties: Schema["properties"]): string;