Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ConnectionURL string `json:"connectionUrl"`
}
Config provides options to establish connection to MySQL db
type MySQL ¶
type MySQL struct {
// contains filtered or unexported fields
}
MySQL provides a way to work with MySQL database
func (*MySQL) CreateRecord ¶
CreateRecord create records by passed query
func (*MySQL) GetRecords ¶
GetRecords return records from table passed in url and by query passed in body
Click to show internal directories.
Click to hide internal directories.