Versions in this module Expand all Collapse all v1 v1.0.0 Jun 24, 2025 Changes in this version + func Dial(ctx context.Context, dsn string) (*sql.DB, error) + func DialTestDB(tb testing.TB) *sql.DB + type Shortener struct + func NewShortener(db *sql.DB) *Shortener + func (s *Shortener) Resolve(ctx context.Context, key link.Key) (link.Link, error) + func (s *Shortener) Shorten(ctx context.Context, lnk link.Link) (link.Key, error)