+/- table definition

Query

CREATE TABLE ocr_text (
  frame_id INT,
  text TEXT,
  text_json TEXT,
  app_name TEXT,
  ocr_engine TEXT,
  window_name TEXT,
  focused NUM,
  text_length INT,
  sync_id TEXT,
  synced_at NUM
)
Use Shift + Up/Down to navigate recently-executed queries