Versions in this module Expand all Collapse all v0 v0.1.0 Jun 27, 2019 Changes in this version + func ParseSQLRows(rows *sql.Rows, schema interface{}) ([]interface{}, error) + func TestStorePutGet(sqlStore Store, t *testing.T) + func TestStoreTransaction(sqlStore Store, t *testing.T) + type ActionHistory struct + ActionHash string + NodeAddress string + UserAddress string + type Store interface + GetDB func() *sql.DB + Transact func(txFunc func(*sql.Tx) error) (err error) + func NewAwsRDS(cfg config.RDS) Store + func NewMySQL(connectStr string, dbName string) Store