Documentation
¶
Overview ¶
Package advisor defines the interface for analyzing sql statements. The advisor could be syntax checker, index suggestion etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Type ¶
type Type string
Type is the type of advisor.
const ( // Fake is a fake advisor type for testing. Fake Type = "bb.plugin.advisor.fake" // MySQLSyntax is an advisor type for MySQL syntax. MySQLSyntax Type = "bb.plugin.advisor.mysql.syntax" // MySQLMigrationCompatibility is an advisor type for MySQL migration compatibility. MySQLMigrationCompatibility Type = "bb.plugin.advisor.mysql.migration-compatibility" )
Click to show internal directories.
Click to hide internal directories.