Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette

2 rows sorted by pk descending

View and edit SQL

pk ▲ name
2 Paranormal
1 Museum

Advanced export

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

CSV options:

CREATE TABLE attraction_characteristic (
    pk integer primary key,
    name text
);