Sledoview.
GitHub

The Missing Viewer for Sled Databases

A fast, lightweight, terminal-based database browser built in Rust. Inspect keys, search values, and debug your embedded databases instantly.

View Repository Quick Install
user@macbook: ~/tmp
tmp sledoview ./grotel.db SledoView - SLED Database Viewer ═══════════════════════════════════ Validating database... ✓ Database validation passed ✓ Successfully opened database: grotel.db Interactive SLED Database Client Type 'help' for available commands or 'exit' to quit. Use TAB for completion, type partial keys and TAB to auto-complete! > trees Found 3 trees: another-service my-service settings > select another-service ✓ Selected tree: another-service [another-service]> set "my-custom-key" "some custom value" ✓ Successfully set key my-custom-key with value Value: some custom value [another-service]> list my-custom* Found 1 keys: 1: my-custom-key = some custom value [another-service]> get my-custom-key ══════════════════════════════════════════════════ Key: my-custom-key Size: 17 bytes UTF-8: Yes Value: ────────────────────────────────────────────────── some custom value ══════════════════════════════════════════════════ [another-service]>

Get Started Immediately

$ cargo install sledoview

Blazing Fast

Written entirely in Rust. Handles large Sled databases smoothly without consuming all your memory.

🔍

Effortless Search

Quickly filter through keys or payloads to find exactly what you are looking for in seconds.

💻

Cross-Platform

Runs natively on Linux, macOS, and Windows. If you have a terminal, you can run Sledoview.

🛠️

Zero Config

No complex setup files required. Just point the CLI at your database directory path and start browsing.