* Communication with Datasette using datasette-connectors 2.0.1
1.1.0
* Communication with Datasette using datasette-connectors.
* Fix compatibility problems with sqlite standard queries.
* Fix some problems with fixtures when testing.
1.0.3
This new release of datasette-pytables fixes a compatibility problem with last versions of Mozilla SQL Parser, which is used by datasette-pytables for translating queries from SQL to PyTables syntax.
1.0.1
* Filters (e.g. `temp >= 3`) are working.
* Sorted by is working for columns with CSI indexes.
* Pagination is implemented for the first dimension of tables or arrays.
* Arrays can be visualized (at least when they are small).