searchable_fts

Data source: github.com/simon/datasette-psutil · About: /-/psutil demo

2 rows

View and edit SQL

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

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIRTUAL TABLE "searchable_fts"
    USING FTS3 (text1, text2, [name with . and spaces], content="searchable");
Powered by Datasette · Query took 9.502ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo