A graphical database manager for BoltDB. https://code.ivysaur.me/qbolt
Go to file
mappu 6008ae44a2 doc: rename image directory for teafolio 2021-04-12 18:03:05 +12:00
doc doc: rename image directory for teafolio 2021-04-12 18:03:05 +12:00
docker make: option to build windows binary in docker 2021-04-12 17:44:17 +12:00
dummy-data dummy-data: fix build for renamed bbolt package 2021-04-12 17:07:16 +12:00
qbolt qt: fix missing -lpthread on Debian Bullseye 2021-04-12 16:54:06 +12:00
.gitignore hg2git: replace hgignore/hgtags files 2021-04-12 16:53:43 +12:00
Makefile make: upx doesn't support current mxe mingw/qt linked binaries 2021-04-12 17:44:38 +12:00
MemoryStore.go add GetMagic() check, move c/go interop into separate classes 2017-05-20 14:57:51 +12:00
README.md doc/README: add v1.0.2 changelog 2021-04-12 18:01:46 +12:00
go.mod vendor: switch bolt implementation to etcd-io/bbolt v1.3.5 2021-04-12 17:00:40 +12:00
go.sum vendor: switch bolt implementation to etcd-io/bbolt v1.3.5 2021-04-12 17:00:40 +12:00
main.go vendor: switch bolt implementation to etcd-io/bbolt v1.3.5 2021-04-12 17:00:40 +12:00

README.md

qbolt

A graphical database manager for BoltDB.

QBolt allows you to graphically view and edit the content of Bolt databases.

The project consists of two parts; a C binding (CGo) for the embeddable Bolt database engine, and a graphical interface built in C++/Qt that links to it.

Written in C++ (Qt), Golang (CGo)

Features

  • Open existing database or create new database
  • Option to open database as readonly for concurrent use
  • Create, list, edit and delete keys and buckets (including nested buckets)
  • Safe for use with arbitrary binary key/bucket names (new ones created in UTF-8)
  • View database and bucket statistics
  • 100% Bolt compatibility via the real codebase
  • Tested working on both Windows and Linux

License

Source code content of qbolt-x.x.x-src.tar.gz is released under the ISC license. BoltDB is released under the MIT license. The Windows binary is released under LGPL-3+ owing to the static copy of Qt.

See also

Changelog

2020-04-12 1.0.2

  • Rebuild artefacts with etcd-io/bbolt v1.3.5, go 1.15, Qt 5.15, and new GCC versions
  • Switch from hg to Git
  • Use Go modules
  • Add support for building Windows binary in Docker
  • ⬇ Download here

2017-06-19 1.0.1

  • Feature: Option to open database as read-only
  • Fix an issue with support for bucket names and keys not surviving UTF-8 roundtrips (now binary-clean)
  • Fix an issue with crashing when deleting a bucket other than the selected one
  • Fix a cosmetic issue with application icon on Windows
  • ⬇ Download here

2017-05-21 1.0.0