Versions in this module Expand all Collapse all v0 v0.0.2 Feb 16, 2026 Changes in this version + type Config struct + DSN string + type Store struct + func New(cfg Config) (*Store, error) + func (s *Store) Close() error + func (s *Store) Migrate(_ context.Context) error + func (s *Store) Ping(_ context.Context) error v0.0.1 Feb 13, 2026