KV-Viewer 📺

A web interface for inspecting your DenoKV databases.

$ PORT=3000 DENO_KV_PATH=./kv deno run --unstable -A https://raw.githubusercontent.com/maekoos/deno-kv-viewer/main/main.ts

Features

  1. Get entry by exact key
  2. List entries by prefix
  3. List entries by start & end
  4. Delete entry
  5. Update single entry (json only)
  6. Set expiration date
  7. Rename single entry
  8. Inspect queues
  • Run using a single deno run https://... command, or via compiled standalone executable
  • Connect with remote database using env vars
  • Embedding into other backends (/admin/kv for example)
    • Oak.handle
  • Authentication

License

MIT.