Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming mode for downloading all rows as a CSV #315

Merged
merged 5 commits into from
Jun 18, 2018
Merged

Streaming mode for downloading all rows as a CSV #315

merged 5 commits into from
Jun 18, 2018

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    5a0a82f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. 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.
    simonw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    619a9dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d00718 View commit details
    Browse the repository at this point in the history
  3. Fixed sphinx warning

    simonw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    9f9c737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b15f412 View commit details
    Browse the repository at this point in the history