A web interface for inspecting your DenoKV databases.
$ PORT=3000 DENO_KV_PATH=./kv deno run --unstable -A https://deno.land/x/[email protected]/main.ts
- Get entry by exact key
- List entries by prefix
- List entries by start & end
- Delete entry
- Update single entry (json only)
- Set expiration date
- Rename single entry
- 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
MIT.