Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REPL ¶
type REPL struct { Stdin io.Reader Stdout, Stderr io.Writer // contains filtered or unexported fields }
REPL will start a REPL to query CSV files.
type Server ¶
type Server struct { User string `short:"u" long:"user" default:"root" description:"User name to access the server."` Password string `short:"p" long:"password" description:"Password to access the server."` Port int `short:"P" long:"port" default:"3306" description:"Port in which the server will listen."` Host string `short:"h" long:"host" default:"127.0.0.1" description:"Host name of the server."` // contains filtered or unexported fields }
Server starts a new MySQL server with the CSV files as a backend.
Click to show internal directories.
Click to hide internal directories.