astra

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

README

Astra

Simple Web UI for boltdb. Astra is built using Go's 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

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Config

type Config struct {
	Location      string
	DBName        string
	Port          string
	InProduction  bool
	TemplateCache map[string]*template.Template
}

func DefaultConfig

func DefaultConfig(dbPath, dbName string) *Config

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

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