Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aloedb/lib/core.ts>updateDocument

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function updateDocument
import { updateDocument } from "https://deno.land/x/aloedb@0.9.0/lib/core.ts";

Create new document applying modifications to specified document.

Parameters

document: Document

Document to update.

The modifications to apply.

Returns

Document | null

New document with applyed updates or null.