+/- table definition

Query

CREATE VIRTUAL TABLE ui_events_fts USING fts5 (
  text_content,
  app_name,
  window_title,
  element_name,
  content='ui_events',
  content_rowid='id',
  tokenize='unicode61'
)
Use Shift + Up/Down to navigate recently-executed queries