UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

6 lines (3 loc) 211 B
import type { Clause, QueryDescription } from './type' export function buildQueryDescription(clauses: Clause[]): QueryDescription export function queryWithoutDeleted(query: QueryDescription): QueryDescription