Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette

2 rows

View and edit SQL

Link rowid ▼ text1 text2 name with . and spaces searchable_fts docid __langid
1 barry cat terry dog panther   1 0
2 terry dog sara weasel puma   2 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIRTUAL TABLE "searchable_fts"
    USING FTS4 (text1, text2, [name with . and spaces], content="searchable");