Documentation ¶
Overview ¶
The package term contains common code for interactive database clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PromptDatabaseName contains the used database name when using // the prompt. PromptDatabaseName string )
Functions ¶
func Entrypoint ¶
Entrypoint controls the execution of the program by starting the interactive command-line or executing the passed query or input-file.
func ParseAndExecQueries ¶
ParseAndExecQueries parses the passed line into queries that are later executed.
func UpdatePrompt ¶
func UpdatePrompt()
UpdatePrompt updates the displayed prompt in interactive use.
Types ¶
Click to show internal directories.
Click to hide internal directories.