Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type MysqlDataSource ¶
type MysqlDataSource struct { Host string Port int DBName string Username string Password string Charset string }
func (*MysqlDataSource) DriverName ¶
func (ds *MysqlDataSource) DriverName() string
func (*MysqlDataSource) Url ¶
func (ds *MysqlDataSource) Url() string
Click to show internal directories.
Click to hide internal directories.