Recoil
Developer
Song Lim Tan
About
Recoil is a simple boltdb viewer written in Fyne and Golang. It offers the following features:
- View all available buckets in a database
- Rename buckets
- Add new buckets
- Delete buckets
- Add new keys to a bucket
- Edit key value
- Delete key in a bucket
- Search through buckets/keys in a database

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/songlim327/recoil@latest
Or you can download the code directly from git:
git clone https://github.com/songlim327/recoil