Crates.io | denokv_proto |
lib.rs | denokv_proto |
version | 0.8.3 |
source | src |
created_at | 2023-10-26 18:04:38.309238 |
updated_at | 2024-09-25 19:44:06.0241 |
description | Fundamental types, traits, and protobuf models for denokv |
homepage | |
repository | https://github.com/denoland/denokv |
max_upload_size | |
id | 1014820 |
size | 100,319 |
The denokv_proto
crate provides foundational types and structures related to
Deno KV protocol.
It contains the protobuf definitions for the KV Connect protocol, as well as the
KV Connect specification. It also contains a Database
trait
that can be implemented to provide a Deno KV compatible database.