Commit graph

1 commit

Author SHA1 Message Date
Claude
e0efd08fa3
Add rows command with --filter, --where, --sort, --sort-desc options
New `rows` command fetches rows from a Datasette table with support for:
- `-f`/`--filter column op value` mapping to `?column__op=value` query params
- `--where` for raw SQL WHERE clauses (multiple allowed)
- `--sort` and `--sort-desc` for sorting (mutually exclusive)
- `eq` operator alias maps to Datasette's `exact` filter
- All other operators passed through directly to Datasette

https://claude.ai/code/session_01W24ZNk4u2qJRZ51rzx4cN7
2026-02-25 01:58:34 +00:00