UNPKG

zumito-db

Version:

Multi-driver database abstraction layer with decorator-based models

4 lines (3 loc) 163 B
import { Operator } from './types.js'; export declare function toSqlOperator(op: Operator): string; export declare function toMongoOperator(op: Operator): string;