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

2 rows sorted by text2

View and edit SQL

pk text1 text2 ▼
2 terry dog sara weasel
1 barry cat terry dog

Advanced export

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

CSV options:

CREATE TABLE searchable (
  pk integer primary key,
  text1 text,
  text2 text
);