mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
e888c3f534
This commit updates the `Deno.Kv` API to return the new commited versionstamp for the mutated data from `db.set` and `ao.commit`. This is returned in the form of a `Deno.KvCommitResult` object that has a `versionstamp` property. |
||
---|---|---|
.. | ||
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.