Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2025 v1.0.0 Jul 28, 2025 Changes in this version + type SqliteStore struct + func NewSqliteStore(filename string) (*SqliteStore, error) + func (s *SqliteStore) Close() error + func (s *SqliteStore) LoadFromDB() (map[string]entry.Entry, error) + func (s *SqliteStore) Save(data map[string]entry.Entry, force bool) error + func (s *SqliteStore) SaveDirtyData(set_dirtys map[string]entry.Entry, delete_dirtys []string) error