Versions in this module Expand all Collapse all v0 v0.3.0 Nov 30, 2018 v0.1.0 Nov 22, 2018 Changes in this version + const AppDB + const LogDB + type Datastore struct + func NewDatastore() (*Datastore, error) + func (ds Datastore) BeginTx(ctx context.Context, opts *sql.TxOptions, n name) (*sql.Tx, error) + func (ds Datastore) DB(n name) (*sql.DB, error) + func (ds Datastore) RedisConn() (redis.Conn, error)