Versions in this module Expand all Collapse all v0 v0.9.2 Sep 14, 2026 v0.9.1 Sep 14, 2026 Changes in this version + var Dialect = sqlcommon.Dialect + var ErrPathRequired = errors.New("sqlite: path is required") + func DSN(path string, o Options) string + func IsUniqueViolation(err error) bool + type Options struct + BusyTimeout time.Duration + Keyring *crypt.Keyring + SkipMigrate bool + type Store struct + func Open(ctx context.Context, path string, o Options) (*Store, error)