simple_primary_key

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

4 rows sorted by id descending

View and edit SQL

id ▲ content
4 RENDER_CELL_DEMO
3  
2 world
1 hello

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE simple_primary_key (
  id varchar(30) primary key,
  content text
);
Powered by Datasette · Query took 6.096ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo