package
0.8.1
Repository: https://github.com/nao1215/sqly.git
Documentation: pkg.go.dev

# Functions

GetVersion return sqly command version.
InitSQLite3 registers the sqlite3 driver.
NewArg return *Arg that is assigned the result of parsing os.Args.
NewConfig return *Config.
NewHistoryDB create *sql.DB for history.
NewInMemDB create *sql.DB for SQLite3.

# Variables

ErrEmptyArg is argument for NewArg() is empty.
Stderr is new instance of Writer which handles escape sequence for stderr.
Stdout is new instance of Writer which handles escape sequence for stdout.
Version is sqly command version.

# Structs

Arg is a structure for managing options and arguments.
Config is sqly configuration.
Output is configuration for output data to file.