package
1.4.1
Repository: https://github.com/rvflash/awql.git
Documentation: pkg.go.dev

# Functions

NewASCIIWriter returns a writer of term tables.
NewCommandLine returns a basic input.
NewCsvWriter returns a CSV writer.
NewStatsWriter returns a writer of stream's statistics.
NewTerminal returns an instance of Terminal.
NewVASCIIWriter returns a vertical writer.

# Variables

CmdClear explains that this command clears the current statement.
CmdExit explains that this command as the same result that the quit command.
CmdHelp explains that this command gives help about the tool.
CmdQuit explains that this quits the prompt.
Commands list all available commands that the tool itself interprets.

# Structs

ASCIIWriter represents a terminal tables's writer.
Command represents a command.
CommandLine represents a basic input.
CsvWriter is a writer that build a CSV string.
StatsWriter represents a statistics's writer.
Terminal represents a terminal as stdin (shell).
VASCIIWriter represents a terminal writer whose prints one line per column value.

# Interfaces

Positioner is an interface used by Position.
PositionWriter represents a writer using a positioner.
Scanner is an interface used by Scan.
ScanSeeker is an interface witch implements Scan and Seek.
Seeker is an interface used by Seek.
Writer represents a writer.