Crates.io | deno_kv |
lib.rs | deno_kv |
version | 0.125.0 |
created_at | 2023-03-22 22:46:26.534991+00 |
updated_at | 2025-09-24 20:02:26.996475+00 |
description | Implementation of the Deno database API |
homepage | |
repository | https://github.com/denoland/deno |
max_upload_size | |
id | 817563 |
size | 179,326 |
This crate provides a key/value store for Deno. For an overview of Deno KV, please read the manual.
Deno KV has a pluggable storage interface that supports multiple backends:
Additional backends can be added by implementing the Database
trait.
The KV Connect protocol allows the Deno CLI to communicate with a remote KV
database. The
specification for the protocol,
and the
protobuf definitions
can be found in the denokv
repository, under the proto
directory.