Add rows to an FTS5 table.
Section: Create FTS5 tables
Insert searchable content
sql
sql
INSERT INTO docs (title, body)
VALUES ('SQLite WAL guide', 'Write-ahead logging improves concurrency for many app workloads.');Explanation
You can index plain text fields directly or sync from content tables.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Create FTS5 tables