Documentation ¶
Index ¶
Constants ¶
View Source
const ( Mysql = "mysql" FileMysql = "file+mysql" FileMysqlTidb = "file+tidb" )
Variables ¶
This section is empty.
Functions ¶
func DriverNames ¶
func DriverNames() []string
func RegisterDriver ¶
Types ¶
type Driver ¶
func LoadDriver ¶
type InspectOption ¶
type InspectOption struct { // URL See: https://atlasgo.io/url URL string // sql data, for file Data string // InspectOptions describes options for Inspector. schema.InspectOptions }
Click to show internal directories.
Click to hide internal directories.