Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kview/utils/dash.ts>DashDb

A web app for Deno KV
Latest
interface DashDb
import { type DashDb } from "https://deno.land/x/kview@0.15.0/utils/dash.ts";

Properties

branch: string
bindingName: string
databaseId: string
sizeBytes: number
featureFlags: string[]
currentState: { regions: string[]; primaryRegion: string; replicationJobIds: Record<string, unknown>; }
ongoingModification: boolean
createdAt: string
updatedAt: string
availableRegions: string[]