mysql

command module
v0.0.0-...-608be7f Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

mysql

A mysql client(or terminal) written in Golang

install

go install github.com/billcoding/mysql@latest

usage

on tty

mysql -H="x.y.z.w" -P="3307" -u="someone" -p="passwd" -d="some_db" 

command only

mysql -H="x.y.z.w" -P="3307" -u="someone" -p="passwd" -d="some_db" -c="SELECT NOW() AS t" 

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