Skip to main content
Module

x/kvdex/mod.ts

Database wrapper for Deno KV
Go to Latest
import * as kvdex from "https://deno.land/x/kvdex@v0.5.1/mod.ts";

Classes

Builder object for creating and executing atomic operations in the KV store.

Represents a collection of documents stored in the KV store.

Builder object for building new collections of documents.

Represents a collection of object documents stored in the KV store.

Functions

Create a new database instance.

Flattens a document at the top level, placing the id and versionstamp together with the document data. Only applicable to documents of type Model.