Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *sql.DB
Functions ¶
func CreeteInitfile ¶
func CreeteInitfile(filename string)
func Showtables ¶
func Showtables() (r []string)
func ToUpperFirstLetter ¶
Types ¶
type ConfBean ¶
type ConfBean struct {
DbType string `json:"dbtype"`
DbHost string `json:"dbhost"`
DbPort int `json:"dbport"`
DbName string `json:"dbname"`
DbUser string `json:"dbuser"`
DbPwd string `json:"dbpwd"`
Package string `json:"package"`
Table []string `json:"table"`
TableExcept []string `json:"table_except"`
TableAlias []Table_alias `json:"table_alias"`
}
var Config *ConfBean
type Table_alias ¶
Click to show internal directories.
Click to hide internal directories.