mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
93a78d3d4a
`new Deno.KvU64(1n) + 2n == 3n` is now true. `new Deno.KvU64(1n)` is now inspected as `[Deno.KvU64: 1n]` (`Object(1n)` is inspected as `[BigInt: 1n]`). --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
---|---|---|
.. | ||
01_db.ts | ||
Cargo.toml | ||
codec.rs | ||
interface.rs | ||
lib.rs | ||
README.md | ||
sqlite.rs |
deno_kv
This crate provides a key/value store for Deno.