Versions in this module Expand all Collapse all v0 v0.0.1 Apr 26, 2018 Changes in this version + type DB interface + Delete func(table string, rd *record.ActiveRecord) (int64, error) + Find func(sql string, args ...interface{}) (record.ActiveRecordList, error) + FindFirst func(sql string, args ...interface{}) (*record.ActiveRecord, error) + Save func(table string, rd *record.ActiveRecord) (bool, error) + Update func(sql string, args ...interface{}) (int64, error)