UNPKG

sqlify

Version:

Yet another SQL query builder for Node.js

7 lines (6 loc) 194 B
/** * implementing: WHERE * https://hiddentao.com/squel/api.html#select_where */ import { WhereObj } from '../WhereObj'; export declare const where: (chain: any, resource: WhereObj) => void;