基于serf的数据库同步模块库
liuxiaolong
2019-08-15 37a94b505f4063694c5b430664f02242f8a8e2ba
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"