Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is used to store the pool of db connection.
func (*Client) Query ¶ added in v0.2.0
Query returns performs the query and returns the result set and the colum names.
func (*Client) ShowTables ¶ added in v0.3.0
ShowTables list all the tables in the database on the tables panel.
Click to show internal directories.
Click to hide internal directories.