Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordic/boltxpl
boltdb explorer
https://github.com/jordic/boltxpl
Last synced: about 2 months ago
JSON representation
boltdb explorer
- Host: GitHub
- URL: https://github.com/jordic/boltxpl
- Owner: jordic
- License: mit
- Created: 2015-03-25T21:12:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T06:13:34.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:34:00.081Z (6 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### BoltXplr
Bolt explorer tries to be a boltdb browser.
**Status**
Currently there is a funciontal prototype, you can browse buckets, and inspect keys,
but still there can be a lot of bugs, and a lot of caveats.#### Motivation
I had started using boltdb in some of my projects, and when developing, sometimes,
I just want to check my db and browse it, in a easy way.#### Installation
go get github.com/jordic/boltxpl/...
and you will end up with a xpl, command in your go bin path.
#### Contribution
I will be super happy, if someone else finds this project util, and start using it.
Also It will be amazing, if anybody wants to contribute to the project.Feel free to fork, and send a PR.