Versions in this module Expand all Collapse all v1 v1.1.0 Aug 6, 2018 Changes in this version + func NewDB(db, user, password, addr string) (*sqlx.DB, error) + type Account struct + func NewAccount(db *sql.DB) *Account + func (a *Account) ByID(ctx context.Context, id int64) (*example.Account, error) + func (a *Account) Save(ctx context.Context, acc *example.Account) error