Versions in this module Expand all Collapse all v0 v0.0.1 Jul 15, 2020 Changes in this version + type Client struct + func New(dbuser, dbpass, dbhost, dbname, socket string, port int) (*Client, error) + func (c *Client) Close() + func (c *Client) GenStruct(q *query.Query) (string, error) + func (c *Client) TableDefinitions(table string, cols []string) ([]Columns, error) + type Columns map[string]string + func NewColumns(col string) Columns + func (c Columns) Column() string + func (c Columns) StructTag() string + func (c Columns) Type() string