Docs.rs
deno_kv-0.122.0
deno_kv 0.122.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dsherret
bartlomieju
denobot
Dependencies
anyhow ^1.0.57
normal
async-trait ^0.1.73
normal
base64 ^0.22.1
normal
boxed_error ^0.2.3
normal
bytes ^1.4.0
normal
chrono ^0.4
normal
deno_core ^0.355.0
normal
deno_error =0.7.0
normal
deno_features ^0.11.0
normal
deno_fetch ^0.238.0
normal
deno_path_util =0.6.1
normal
deno_permissions ^0.73.0
normal
deno_tls ^0.201.0
normal
denokv_proto ^0.12.0
normal
denokv_remote ^0.12.0
normal
denokv_sqlite ^0.12.0
normal
faster-hex ^0.10.0
normal
http ^1.0
normal
http-body-util ^0.1.2
normal
log ^0.4.20
normal
num-bigint ^0.4
normal
rand =0.8.5
normal
rusqlite ^0.34.0
normal
serde ^1.0.149
normal
sys_traits =0.1.17
normal
thiserror ^2.0.12
normal
url ^2.5
normal
Versions
3.57%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate deno_kv
deno_kv
0.122.0
All Items
Crate Items
Modules
Structs
Enums
Constants
Traits
Crate
deno_kv
Copy item path
Source
Re-exports
§
pub use crate::
config
::*;
Modules
§
config
dynamic
remote
sqlite
Structs
§
KvError
deno_kv
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Enums
§
KvCheck
Error
KvError
Kind
KvMutation
Error
Constants
§
UNSTABLE_
FEATURE_
NAME
Traits
§
Database
Handler