+/- table definition

Query

CREATE VIRTUAL TABLE memory_items_fts
USING fts5 (
  namespace UNINDEXED,
  id UNINDEXED,
  kind,
  tags,
  text
)
Use Shift + Up/Down to navigate recently-executed queries