mirror of
https://github.com/simonw/dclient.git
synced 2026-07-24 01:44:32 +02:00
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 |
||
|---|---|---|
| .. | ||
| test_cli_auth.py | ||
| test_datasette_plugin.py | ||
| test_env.py | ||
| test_insert.py | ||
| test_query.py | ||
| test_rows.py | ||
| test_utils.py | ||