Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonDataSource ¶ added in v0.0.5
func (*CommonDataSource) DriverInfo ¶ added in v0.0.5
func (ds *CommonDataSource) DriverInfo() string
func (*CommonDataSource) DriverName ¶ added in v0.0.5
func (ds *CommonDataSource) DriverName() string
type DataSource ¶
type MysqlDataSource ¶
type MysqlDataSource struct { Host string Port int DBName string Username string Password string Charset string }
func (*MysqlDataSource) DriverInfo ¶ added in v0.0.5
func (ds *MysqlDataSource) DriverInfo() string
func (*MysqlDataSource) DriverName ¶
func (ds *MysqlDataSource) DriverName() string
type PostgreDataSource ¶ added in v0.0.5
type PostgreDataSource struct { Host string Port int DBName string Username string Password string SslMode string }
func (*PostgreDataSource) DriverInfo ¶ added in v0.0.5
func (ds *PostgreDataSource) DriverInfo() string
func (*PostgreDataSource) DriverName ¶ added in v0.0.5
func (ds *PostgreDataSource) DriverName() string
type SqliteDataSource ¶ added in v0.0.5
type SqliteDataSource struct {
Path string
}
func (*SqliteDataSource) DriverInfo ¶ added in v0.0.5
func (ds *SqliteDataSource) DriverInfo() string
func (*SqliteDataSource) DriverName ¶ added in v0.0.5
func (ds *SqliteDataSource) DriverName() string
Click to show internal directories.
Click to hide internal directories.