define

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package define 模块名: 模块名 功能描述: 描述 作者: yr 2023/6/5 0005 0:27 最后更新: yr 2023/6/5 0005 0:27

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MysqlConf

type MysqlConf struct {
	UserName string
	Password string
	Addr     string
	DataBase string
}

func (*MysqlConf) GetConnPath

func (m *MysqlConf) GetConnPath() string

GetConnPath username:password@protocol(address)/dbname?param=value mysql中有个config.FormatDSN可以用来转换,后面看怎么用的

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL