4 Star 16 Fork 12

北京小程科技有限公司/数据库批量同步工具

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
update_one.go 215 Bytes
Copy Edit Raw Blame History
shallot authored 2020-04-25 01:45 +08:00 . 添加SQLite的支持,增加测试样例。
package dbsync
// 插入单条数据
func DoUpdateOne(
db SQLCommon,
tableName string,
data []interface{},
options UpdateOptions,
) (err error) {
return update(db, tableName, [][]interface{}{data}, options)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xiaochengtech/dbsync.git
git@gitee.com:xiaochengtech/dbsync.git
xiaochengtech
dbsync
数据库批量同步工具
43f9891e4599

Search