Data source: github.com/simon/datasette-psutil · About: /-/psutil demo
This data as json, CSV (advanced)
| pk ▼ | name |
|---|---|
| 1 | Museum |
| 2 | Paranormal |
JSON shape: default, array, newline-delimited, object
CREATE TABLE attraction_characteristic (
pk integer primary key,
name text
);