Versions in this module Expand all Collapse all v0 v0.2.0 Mar 30, 2023 Changes in this version + type SQLiteStorage struct + DB *sql.DB + func NewStorage(ctx context.Context, path string) (*SQLiteStorage, error) + func (s *SQLiteStorage) Cleanup(module string) + func (s *SQLiteStorage) Read(ctx context.Context, module string) (data []model.Data, err error) + func (s *SQLiteStorage) View(ctx context.Context, module string) (data map[string]map[string]string, err error) + func (s *SQLiteStorage) Write(ctx context.Context, d model.Data) error