Versions in this module Expand all Collapse all v1 v1.0.5 Apr 30, 2023 Changes in this version + func Open(connURL string) (drivers.Driver, error) + func WithInstance(dbInstance *sql.DB) (drivers.Driver, error) + type Mutex struct + func NewMutex(key string, driver drivers.Driver, logger drivers.Logger) (*Mutex, error) + func (m *Mutex) Lock(ctx context.Context) error + func (m *Mutex) Unlock() error