Skip to main content
Module

x/kv_storage/adapters/mod.ts>AdapterParams

An implementation of the StorageArea interface for Deno.
Latest
type alias AdapterParams
import { type AdapterParams } from "https://deno.land/x/kv_storage@v0.6.0-pre.1/adapters/mod.ts";
definition: { area: string; url: DB_URL; }