thirteen

command module
v0.0.0-...-ee1db65 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2017 License: BSD-3-Clause Imports: 11 Imported by: 0

README

thirteen

Primitive MySQL Monitor

Build Status

Intro

thirteen is a primitive (for now) Terminal UI MySQL monitor.

Screenshot

Installation

To install awsm, simply copy/paste the following command into your terminal:

curl -s http://dl.sudoba.sh/get/thirteen | sh

Configuration

thirteen uses the same AWS configuration as awsm (which is the same configuration file as the AWS SDK ~/.aws/credentials). It also loads a separate configuration from ~/.thirteen which contains the DB Connection information, as well as a query for gathering the "Item Count" value.

Example ~/.thirteen config:

DB = "db_name"
PORT = "3306"
USER = "db_user"
PASSWORD = "db_password"
ITEMCOUNTQUERY = "SELECT COUNT(*) FROM item_table"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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