Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | feat(ext/kv): return versionstamp from set/commit (#18512) | Luca Casonato | |
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. | |||
2023-03-25 | chore(ext/kv): add limits (#18415) | Heyang Zhou | |
2023-03-22 | feat(ext/kv): key-value store (#18232) | Heyang Zhou | |
This commit adds unstable "Deno.openKv()" API that allows to open a key-value database at a specified path. --------- Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> |