+/- table definition

Query

CREATE VIRTUAL TABLE memories_fts USING fts5 (
  content,
  tags,
  content='memories',
  content_rowid='id',
  tokenize='unicode61'
)
Use Shift + Up/Down to navigate recently-executed queries