searchable

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

2 rows sorted by name with . and spaces

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, object

CSV options:

CREATE TABLE searchable (
  pk integer primary key,
  text1 text,
  text2 text,
  [name with . and spaces] text
);
Powered by Datasette · Query took 11.328ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo