ext/kv/README.md
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.