sqlite-utils rows --limit and --offset options, closes #381

This commit is contained in:
Simon Willison 2022-01-11 15:19:29 -08:00
commit 324ebc3130
4 changed files with 30 additions and 1 deletions

View file

@ -585,6 +585,8 @@ See :ref:`cli_rows`.
Options:
-c, --column TEXT Columns to return
--limit INTEGER Number of rows to return - defaults to everything
--offset INTEGER SQL offset to use
--nl Output newline-delimited JSON
--arrays Output rows as arrays instead of objects
--csv Output CSV