Documentation ¶
Index ¶
- type FTS5
- func (fts *FTS5) Close() error
- func (fts *FTS5) Delete(id int64) (bool, error)
- func (fts *FTS5) DeleteAll() error
- func (fts *FTS5) Match(query string, limit, offset int) ([]Result, error)
- func (fts *FTS5) Upsert(id int64, data map[string]string) error
- func (fts *FTS5) UpsertBulk(src iter.Seq2[Item, error]) error
- type Item
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.