Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashrock/kivi
Deno KV Explorer for VSCode
https://github.com/hashrock/kivi
deno deno-kv vscode
Last synced: 8 days ago
JSON representation
Deno KV Explorer for VSCode
- Host: GitHub
- URL: https://github.com/hashrock/kivi
- Owner: hashrock
- License: mit
- Created: 2023-10-11T19:42:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T05:47:28.000Z (10 months ago)
- Last Synced: 2024-08-03T15:06:25.004Z (3 months ago)
- Topics: deno, deno-kv, vscode
- Language: TypeScript
- Homepage: https://kivi-kv-editor.studio.site/
- Size: 226 KB
- Stars: 40
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kivi
Deno KV Explorer
[Install from VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=hashrock.kivi)
## 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)