BoltInspector

command module
v0.0.0-...-66955cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2017 License: MIT Imports: 14 Imported by: 0

README

Bolt Inspector

Basic database tool for BoltDB

About

After working with Bolt for several days, I got incredibly fed-up with working in the dark. I searched around for a tool that would let me quickly see inside the database, but found nothing that fit my needs. So I created Bolt Inspector.

Bolt Inspector is a command-line program that quickly lets you load a database and inspect its structures and values. Unlike other programs that exist, it is built specifically to work with nested buckets.

Features

Features in the most current version

  • Open Database files
  • Move between buckets
  • List everything in the current bucket
  • Recursively list everything in the current bucket and nested buckets
  • Distinguish between values and nested buckets when listing
  • Print values (String, Int, or UInt)
  • Insert new values/buckets
  • Move/Copy existing values
  • Edit existing values
  • Delete values/buckets
  • Empty bucket (delete all values/buckets inside a bucket, but not the bucket itself)

Features I would like to add, but may not

  • Web interface

For information on the program itself and how to use it, check out the Wiki

This project is covered under the MIT License. Details can be found here

For the latest progress, check out the Change Log

For information on future developments, check out the Developer Log

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL