You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with Sled files, it's challenging to explore and edit the contents of the DB, what is usually required in test environments (but not only).
Proposed Change:
I've created a CLI tool for exploring and editing Sled files - called "Sledoview" - it's easy, neat, free and open source.. github.com/sgchris/sledoview.
I tried some existing tools but they weren't good enough :( So I created my own, and I'd like to share it with you (That's not a commercial project)
I'd appreciate if you could somehow add a reference to my repo.
Who Benefits From The Change(s)?
All the developers that use Sled DB.
Alternative Approaches
To view or edit the data in the database file, the developer needs to create specific scripts, or use some existing low-level CLI tools (I tried a few, and they're buggy)