Commit graph

9 commits

Author SHA1 Message Date
Simon Willison
081aeb32a2 Example usage in --help, closes #22 2024-02-25 11:24:46 -08:00
Simon Willison
8c82f9a572 Rename 'datasette client' to 'datasette dt', closes #18
Refs https://github.com/simonw/datasette/issues/2153#issuecomment-1691763427
2024-02-25 11:10:53 -08:00
Simon Willison
44d7e2bf9e Docs for streaming and --interval, closes #21 2024-02-25 11:08:02 -08:00
Simon Willison
66a3cdd3be Remove query -t shortcut - so I can use it for table later, refs #16 2023-07-24 21:52:53 -07:00
Simon Willison
a17b7f6e7d Add dclient insert --help to insert docs, refs #8 2023-07-24 21:35:50 -07:00
Simon Willison
c847badc4e
dclient insert command (#13)
* Move making queries to own page, refs #7
* Documentation for the dclient insert feature, refs #8
* Implemented progress bar for insert, refs #8
* --pk option
* --ignore and --replace for insert, refs #8
* --batch-size option, refs #8
* First insert test, using a mock - refs #8
* insert test that exercises against an in-memory Datasette instance, refs #8
* Insert tests now cover an error case, refs #8
* Tests for --ignore and --replace, refs #8
* Tests for different formats, refs #8
* Test for --no-detect-types
* Support for --encoding, refs #8
2023-07-24 16:22:39 -07:00
Simon Willison
41916a7be0 Move making queries to own page, refs #7 2023-07-18 19:25:22 -07:00
Simon Willison
20f0e18a80 Ran Black 2023-07-17 16:50:43 -07:00
Simon Willison
823413a9a7
Documentation on ReadTheDocs using MyST
Refs #7
2023-07-17 16:48:50 -07:00