searchable_view_configured_by_metadata (view)

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

2 rows

View and edit SQL

pk text1 text2 name with . and spaces
1 barry cat terry dog panther
2 terry dog sara weasel puma

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW searchable_view_configured_by_metadata AS
    SELECT * from searchable;
Powered by Datasette · Query took 8.904ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo