datasette/docs
Simon Willison fc3660cfad
Streaming mode for downloading all rows as a CSV (#315)
* 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.

* New config option max_csv_mb limiting size of CSV export
2018-06-17 20:21:02 -07:00
..
.gitignore Added initial docs, including a changelog 2017-11-16 07:11:00 -08:00
auto-build.sh Added --load-extension argument to datasette serve 2017-11-16 08:48:49 -08:00
changelog.rst 0.22.1 bugfix release 2018-05-23 07:00:01 -07:00
conf.py Update conf.py 2018-05-12 09:08:11 -03:00
config.rst Streaming mode for downloading all rows as a CSV (#315) 2018-06-17 20:21:02 -07:00
custom_templates.rst Hyperlink to www.srihash.org 2018-05-26 12:46:24 -07:00
facets.png Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
facets.rst Updated default facet limits in docs 2018-05-18 08:50:37 -07:00
full_text_search.png Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
full_text_search.rst SQL syntax highlighting in docs 2018-05-31 06:17:53 -07:00
getting_started.rst Renamed --limit to --config, added --help-config, closes #274 2018-05-20 10:01:49 -07:00
index.rst Initial documentation on using SpatiaLite 2018-05-26 11:04:09 -07:00
introspection.rst Link to /-/plugins example 2018-05-20 21:07:26 -07:00
json_api.rst ?_labels= and ?_label=COL to expand foreign keys in JSON/CSV 2018-06-16 15:18:57 -07:00
Makefile Added initial docs, including a changelog 2017-11-16 07:11:00 -08:00
metadata.rst Streaming mode for downloading all rows as a CSV (#315) 2018-06-17 20:21:02 -07:00
plugins.rst Datasette 0.20: static assets and templates for plugins 2018-04-20 07:32:02 -07:00
spatialite.rst SQL syntax highlighting in docs 2018-05-31 06:17:53 -07:00
sql_queries.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00