Versions in this module Expand all Collapse all v0 v0.1.0 Jul 9, 2026 Changes in this version + type Option func(*Store) + func WithFTS(enabled bool) Option + func WithLimit(limit int) Option + func WithNow(now func() time.Time) Option + type Store struct + func New(db *sql.DB, opts ...Option) (*Store, error) + func Open(path string, opts ...Option) (*Store, error) + func (s *Store) AddMemory(ctx context.Context, m *memory.Memory) error + func (s *Store) Close() error + func (s *Store) SaveSession(ctx context.Context, session blades.Session) error + func (s *Store) SearchMemory(ctx context.Context, query string) ([]*memory.Memory, error)