Versions in this module Expand all Collapse all v0 v0.2.4 Mar 21, 2023 v0.2.3 Jan 1, 2023 Changes in this version + func CleanupInterval(d time.Duration) func(*Store) + func TableName(name string) func(*Store) + type Option func(*Store) + type Store struct + func New(db *sql.DB, opts ...Option) (*Store, error) + func (s *Store) Delete(_ context.Context, key []byte) error + func (s *Store) Fetch(_ context.Context, key []byte) ([]byte, error) + func (s *Store) Store(_ context.Context, key, value []byte, exp time.Time) error