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.11.0/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.

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

Functions

Initialize a collection builder.

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

Initialize an indexable collection builder.

Create a new database instance.

Initialize a large collection builder.