https://github.com/alwindoss/astra
Web UI for boltdb
https://github.com/alwindoss/astra
boltdb database-gui go golang
Last synced: 2 months ago
JSON representation
Web UI for boltdb
- Host: GitHub
- URL: https://github.com/alwindoss/astra
- Owner: alwindoss
- License: bsd-3-clause
- Created: 2022-03-04T13:19:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T17:34:55.000Z (about 4 years ago)
- Last Synced: 2024-06-20T01:32:20.871Z (almost 2 years ago)
- Topics: boltdb, database-gui, go, golang
- Language: Go
- Homepage:
- Size: 6.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astra
Simple Web UI for boltdb.
Astra is built using Go's [embed](https://pkg.go.dev/embed) package.
This enables Astra to run as a single binary.
Follow the instructions to install the app and enjoy exploring the boltdb.
## Installation
#### To install the latest version of **Astra** run:
`go install -v github.com/alwindoss/astra/cmd/astra@latest`
#### To run the installed version of **Astra** assuming your $GOBIN is added to the $PATH environment variable
Run `astra` from anywhere in the terminal
#### If you want to view and manage your boltdb using **Astra** then using the flags as shown below
Run `astra -loc=/tmp/astra -name=dummy.db`
Run `astra -h` to see the options