+/- table definition

Query

CREATE VIRTUAL TABLE frames_fts USING fts5 (
  full_text,
  app_name,
  window_name,
  browser_url,
  id UNINDEXED,
  tokenize='unicode61'
)
Use Shift + Up/Down to navigate recently-executed queries