datasette/datasette
Simon Willison 619a9ddb33
table.csv?_stream=1 to download all rows - refs #266
This option causes Datasette to serve ALL rows in the table, by internally
following the _next= pagination links and serving everything out as a stream.

Also added new config option, allow_csv_stream, which can be used to disable
this feature.
2018-06-17 19:31:09 -07:00
..
static Hide sort select on larger screens, closes #300 2018-05-31 07:43:06 -07:00
templates Basic CSV export, refs #266 2018-06-14 23:51:23 -07:00
views table.csv?_stream=1 to download all rows - refs #266 2018-06-17 19:31:09 -07:00
__init__.py Move version info back to separate module 2018-05-22 12:35:21 -07:00
_version.py Add version number support with Versioneer 2018-05-22 12:35:21 -07:00
app.py table.csv?_stream=1 to download all rows - refs #266 2018-06-17 19:31:09 -07:00
cli.py --version-note for datasette, datasette publish and datasette package 2018-06-17 14:19:39 -07:00
hookspecs.py New plugin hooks: extra_css_urls() and extra_js_urls() 2018-04-17 20:12:21 -07:00
inspect.py Refactor inspect logic 2018-05-22 07:03:06 -07:00
utils.py --version-note for datasette, datasette publish and datasette package 2018-06-17 14:19:39 -07:00
version.py Move version info back to separate module 2018-05-22 12:35:21 -07:00