UNPKG

@wener/miniquery

Version:

SQL Where like **safe** filter expression for ORM.

7 lines (5 loc) 148 B
import { parse } from './parser'; import type { Expr } from './types'; export function parseQuery(query: string) { return parse(query) as Expr; }