基于serf的数据库同步模块库
liuxiaolong
2019-10-08 9e9867a0f667b77648ac4a7881f7a596c363536e
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"