Skip to content

TheAlyxGreen/BoltInspector-old

Repository files navigation

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

Links

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

Releases

No releases published

Packages

No packages published

Languages