基于serf的数据库同步模块库
liuxiaolong
2019-10-11 9570ba882a13388a16d2980fd93da25fe27e7480
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"