Skip to content

schollz/boltBrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boltBrowser

boltBrowser is a web-browser for BoltDB.

Features

  • You can work with several databases in one time
  • You can visit nested buckets
  • Minimalistic and simple interface

123

How to start

  1. Run the program (you can download compiled program)
  2. Go to localhost:500
  3. Add db by pressing sign '+'
  4. Enjoy!

Settings

You can change mode of converting []byte. Just change functions ConvertKey(b []byte) string (or ConvertValue()) in src/converters/converter.go

Note: function will be used for converting all keys (or values). So, if your keys (or values) were converted from either string or uint program will crash.

Flags

Flag Default Description
-port :500 port of the website
-offset 100 number of records on single page
-debug false switch mode

Additional info

Initial work was undertaken on Bitbucket.

License

MIT License

About

boltBrowser is a web-browser for boltDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 76.7%
  • JavaScript 14.4%
  • HTML 5.2%
  • CSS 3.7%