0 Star 2 Fork 1

jmdvirus/jkgo

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
db_read_interface.go 200 Bytes
一键复制 编辑 原始数据 按行查看 历史
jmdvirus 提交于 2022-01-06 11:48 +08:00 . 添加数据库生成c文件
package dbRead
type DBTableInfo struct {
KeyMap map[string]string
}
type DBReadInterface interface {
Connect(host, user, pass string) error
Read(db, table string) (DBTableInfo, error)
Close()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jmdvirus/jkgo.git
git@gitee.com:jmdvirus/jkgo.git
jmdvirus
jkgo
jkgo
a9e92229b988

搜索帮助