基于serf的数据库同步模块库
liuxiaolong
2019-08-09 ea86812a329c4158ccfd4172cb2f0c14f115bf90
db.go
@@ -1,6 +1,6 @@
// Package db exposes a lightweight abstraction over the SQLite code.
// It performs some basic mapping of lower-level types to rqlite types.
package db
package syncdb
import (
   "database/sql/driver"