sortable

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

26 rows where pk1 = "d"

View and edit SQL

pk1

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
d w d-w 75 0.26455462565889964   $blah
d x d-x -71 0.5445623787105787   $blah
d y d-y 52 0.7489577220696233 0.4391534486737374 $blah
d z d-z -31   0.8894228892924536 $blah

Advanced export

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

CSV options:

CREATE TABLE sortable (
  pk1 varchar(30),
  pk2 varchar(30),
  content text,
  sortable integer,
  sortable_with_nulls real,
  sortable_with_nulls_2 real,
  text text,
  PRIMARY KEY (pk1, pk2)
);
Powered by Datasette · Query took 4.662ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo