Documentation ¶
Overview ¶
Package mariadb provides a Bartlett driver for MariaDB databases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MariaDB ¶
type MariaDB struct {
// contains filtered or unexported fields
}
MariaDB provides logic specific to MariaDB and probably other MySQL compatibles, but MariaDB is the target.
func (*MariaDB) GetColumns ¶
GetColumns invokes `SHOW COLUMNS` and uses the output to determine valid columns for each table.
func (MariaDB) MarshalResults ¶
MarshalResults converts from MariaDB types to Go types, then outputs JSON to the ResponseWriter.
Click to show internal directories.
Click to hide internal directories.