Documentation
¶
Index ¶
- func BuildDmDsn(host, userName, password, database string, port int) string
- func BuildGBase8aDsn(host, userName, password, database string, port int) string
- func BuildGBase8sDsn(host, userName, password, database string, port int) string
- func BuildGBase8sDsnCopy(host, userName, password, database string, port int) string
- func BuildGaussDBDsn(host, userName, password, database string, port int) string
- func BuildKingbaseDsn(host, userName, password, database string, port int) string
- func BuildMysqlDsn(host, userName, password, database string, port int) string
- func BuildOpenGaussDsn(host, userName, password, database string, port int) string
- func BuildPostgresDsn(host, userName, password, database string, port int) string
- func BuildShentongDsn(host, userName, password, database string, port int) string
- func NewDmDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewGBase8aDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewGBase8sDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewGBase8sDialectorCopy(host, userName, password, database string, port int) gorm.Dialector
- func NewGaussDBDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewKingbaseDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewMysqlDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewOpenGaussDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewPostgresDialector(host, userName, password, database string, port int) gorm.Dialector
- func NewShentongDialector(host, userName, password, database string, port int) gorm.Dialector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDmDsn ¶
func BuildGBase8aDsn ¶
func BuildGBase8sDsn ¶
BuildGBase8sDsn 构建GBase 8s数据库连接字符串
func BuildGBase8sDsnCopy ¶
BuildGBase8sDsn 构建GBase 8s数据库连接字符串 GBase 8s使用PostgreSQL兼容的DSN格式
func BuildGaussDBDsn ¶
BuildGaussDBDsn 构建华为高斯GaussDB数据库--企业商用版本连接信息dsn
func BuildKingbaseDsn ¶
func BuildMysqlDsn ¶
func BuildOpenGaussDsn ¶
BuildOpenGaussDsn 构建openGauss华为高斯数据库社区开源版本连接信息dsn
func BuildPostgresDsn ¶
func BuildShentongDsn ¶
func NewDmDialector ¶
NewDmDialector 达梦数据库驱动
func NewGBase8aDialector ¶
NewGBase8aDialector 创建gbase数据库驱动
func NewGBase8sDialector ¶
NewGBase8sDialector 创建南大通用GBase 8s数据库驱动 GBase 8s 基于PostgreSQL协议实现,支持SQL标准和PostgreSQL兼容语法
func NewGBase8sDialectorCopy ¶
NewGBase8sDialector 创建南大通用GBase 8s数据库驱动 GBase 8s 基于PostgreSQL协议实现,支持SQL标准和PostgreSQL兼容语法
func NewGaussDBDialector ¶
NewGaussDBDialector 华为高斯GaussDB数据库--企业商用版本驱动
func NewKingbaseDialector ¶
NewKingbaseDialector 人大金仓数据库驱动
func NewMysqlDialector ¶
NewMysqlDialector 创建mysql数据库驱动
func NewOpenGaussDialector ¶
NewOpenGaussDialector openGauss华为高斯数据库社区开源版本驱动
func NewPostgresDialector ¶
NewPostgresDialector psostgres数据库驱动
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.