{"database": "fixtures", "rows": [[2, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Dogpatch", "[\"tag1\", \"tag3\"]", "[]", "two"]], "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 \"complex_array\" = :p0 and \"created\" = :p1 and \"state\" = :p2 and rowid in (            select facetable.rowid from facetable, json_each(facetable.tags) j            where j.value = :p3        ) order by pk limit 101", "params": {"p0": "[]", "p1": "2019-01-14 08:00:00", "p2": "CA", "p3": "tag1"}}, "query_ms": 0.8296966552734375}