mysql-querier

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: MIT Imports: 18 Imported by: 0

README

mysql-querier

MySQL-Querier is a small tool used to execute SQL query statements in MySQL and output the returned results in JSON/YAML/Markdown/CSV/XLSX/HTML/text lines

-db string
    MySQL Database
-format string
    Output format: json/yaml/plain/table/csv/html/markdown/xlsx (default "table")
-host string
    MySQL Host (default "127.0.0.1")
-output string
    Write output to a file, default write to stdout
-password string
    MySQL Password
-port int
    MySQL Port (default 3306)
-sql string
    The SQL to be executed, if not specified, read from the standard input pipe
-user string
    MySQL User (default "root")
-version
    Output version information

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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