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

x/aloedb/lib/database.ts>default#insertOne

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
method default.prototype.insertOne
import { default } from "https://deno.land/x/aloedb@0.1.0/lib/database.ts";

Insert a document.

Parameters

document: Schema

Document to insert.

Returns

Promise<Schema>

Inserted document.