Documentation
¶
Overview ¶
Package mysql contains an SQL projection driver for MySQL and compatible databases such as MariaDB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSchema ¶
CreateSchema creates the schema elements required by the MySQL driver.
Types ¶
type Driver ¶
type Driver struct{}
Driver is an implementation of sql.Driver for MySQL and compatible databases such as MariaDB.
func (*Driver) DeleteResource ¶
DeleteResource removes the version for a specific handler and resource.
func (*Driver) QueryVersion ¶
QueryVersion returns the version for a specific handler and resource.
Click to show internal directories.
Click to hide internal directories.