Skip to content

Isan-Rivkin/boltdbweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boltdbweb

A simple web based boltdb GUI Admin panel.

Installation

MacOS (and ubuntu supported) installation via Brew:

brew tap isan-rivkin/toolbox
brew install boltdbweb

Alternative, Download binary from releases.

Usage
boltdbweb --db-name=<DBfilename>[required] --port=<port>[optional]
  • --db-name: The file name of the DB.
    • NOTE: If 'file.db' does not exist. it will be created as a BoltDB file.
  • --port: Port for listening on... (Default: 8080)
Example
boltdbweb --db-name=test.db --port=8089

Goto: http://localhost:8089

Screenshots:

About

A web based GUI for BoltDB files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 73.1%
  • CSS 14.2%
  • JavaScript 12.5%
  • HTML 0.2%