Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2019 Changes in this version + func NewDB(conf *Config) (*gorm.DB, error) + type Config struct + Addr string + type DB struct + func (db *DB) RunInTransaction(fn func(*Tx) error) error + type Tx struct