Skip to main content
Module

x/kvdex/mod.ts

High-level abstraction layer for Deno KV 🦕📁
Go to Latest
import * as kvdex from "https://deno.land/x/kvdex@v0.18.4/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

Create a collection builder function.

Create an indexable collection builder function.

Create a new database instance.

Create a large collection builder function.

Create a standard model without data validation.

Type Aliases