公告板
版本库
filestore
活动
搜索
登录
main
/
dbapi
sqlite的api,便于内部使用
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update submodule url
liuxiaolong
2019-05-21
cd0e3e77b769396ba634429b25ae6c8a448a73f6
[dbapi.git]
/
clientFactory.go
1
2
3
4
5
6
package dbapi
//Factory new client
func NewClient() Client {
return &HttpClient{}
}