Documentation
¶
Overview ¶
Package repl contains the implementation of the command that prints the BQL version.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func REPL ¶
func REPL(driver storage.Store, input *os.File, rl ReadLiner, chanSize, bulkSize, builderSize int) int
REPL starts a read-evaluation-print-loop to run BQL commands.
func SimpleReadLine ¶ added in v0.6.0
SimpleReadLine reads a line from the provided file. This does not support any advanced terminal functionalities.
TODO(xllora): Replace simple reader for function that supports advanced terminal input.
Types ¶
Click to show internal directories.
Click to hide internal directories.