Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultPgDSN default PostgreSQL test connection string DefaultPgDSN = "postgres://postgres:yzy123@192.168.110.249:5432/test?sslmode=disable" // DefaultMySQLDSN default MySQL test connection string DefaultMySQLDSN = "root:123456@tcp(192.168.110.249:3306)/test?charset=utf8mb4&parseTime=True" )
View Source
var TestMySQLDSN = DefaultMySQLDSN
TestMySQLDSN current MySQL test connection string
View Source
var TestPgDSN = DefaultPgDSN
TestPgDSN current PostgreSQL test connection string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.