import { Database } from "https://deno.land/x/aloedb@0.9.0/lib/database.ts";
Deletes all documents that matches the search query.
Parameters
optional
query: Query<Schema> | QueryFunction<Schema>Document selection criteria.
import { Database } from "https://deno.land/x/aloedb@0.9.0/lib/database.ts";
Deletes all documents that matches the search query.
Document selection criteria.