{"database": "fixtures", "query_name": null, "rows": [[1, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Mission", "[\"tag1\", \"tag2\"]", "[{\"foo\": \"bar\"}]", "one"]], "truncated": false, "columns": ["pk", "created", "planet_int", "on_earth", "state", "city_id", "neighborhood", "tags", "complex_array", "distinct_some_null"], "query": {"sql": "select pk, created, planet_int, on_earth, state, city_id, neighborhood, tags, complex_array, distinct_some_null from facetable where date(\"created\") = :p0 and \"state\" = :p1 and rowid in (\n            select facetable.rowid from facetable, json_each(facetable.tags) j\n            where j.value = :p2\n        ) order by pk limit 101", "params": {"p0": "2019-01-14", "p1": "CA", "p2": "tag2", "_hide_sql": "1"}}, "private": false, "allow_execute_sql": true, "query_ms": 1.3873577117919922, "source": "github.com/simon/datasette-psutil", "source_url": "https://github.com/simon/datasette-psutil"}