Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashrock/kivi

Deno KV Explorer for VSCode
https://github.com/hashrock/kivi

deno deno-kv vscode

Last synced: about 2 months ago
JSON representation

Deno KV Explorer for VSCode

Awesome Lists containing this project

README

        

# Kivi

Deno KV Explorer

[Install from VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=hashrock.kivi)

スクリーンショット 2023-11-29 21 51 39

スクリーンショット 2023-11-29 21 57 37

## Extension Settings

- kivi.listFetchSize (default: 100)
- The number of keys to fetch at a time
- kivi.previewValue (default: true)
- Whether to preview values in the explorer

## Known Issues

- Objects like `Date` or `Uint8Array` will not preserved in the edit feature for now.

## See also

- [kview](https://github.com/kitsonk/kview) - Another Deno KV Explorer
- [awesome-deno-kv](https://github.com/hashrock/awesome-deno-kv)