mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| auto-build.sh | ||
| changelog.rst | ||
| conf.py | ||
| config.rst | ||
| custom_templates.rst | ||
| facets.png | ||
| facets.rst | ||
| full_text_search.png | ||
| full_text_search.rst | ||
| getting_started.rst | ||
| index.rst | ||
| introspection.rst | ||
| json_api.rst | ||
| Makefile | ||
| metadata.rst | ||
| plugins.rst | ||
| spatialite.rst | ||
| sql_queries.rst | ||