dclient/demos
Claude bad841cb5c
Add demos/exploring-writing.md showboat demo
Executable demo covering all new commands against a live Datasette:
- create-table, insert (CSV via stdin)
- databases, tables, schema (exploration)
- rows with --table, -w filtering, --sort-desc, --col, --csv, --limit
- get (single row by PK)
- query with --table and --nl output formats
- update (single row by PK with key=value pairs)
- upsert (bulk insert-or-update from JSON)
- delete and drop with --yes

Replaces the old root-level demo.md with a proper demos/ directory.

https://claude.ai/code/session_01DoiJf9Gbvbw2asN9yvP6dx
2026-02-12 01:34:47 +00:00
..
exploring-writing.md Add demos/exploring-writing.md showboat demo 2026-02-12 01:34:47 +00:00