Commit graph

12 commits

Author SHA1 Message Date
Simon Willison
5303067da3 Release 0.3
Refs #8, #16, #18, #19, #21, #22
2024-02-25 11:36:27 -08:00
Simon Willison
37423fe772 Drop Python 3.7, add 3.12 2024-02-23 20:08:30 -08:00
Simon Willison
829f27b8d1
Release 0.2
Refs #8, #13
2023-07-24 16:24:05 -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
055d6a6ffc Swap appdirs for click.get_app_dir(), change dir from dclient to io.datasette.dclient - closes #10 2023-07-17 15:00:46 -07:00
Simon Willison
2c9af739c2 Test for datasette plugin registration, refs #4 2022-11-21 22:31:48 -08:00
Simon Willison
bf6c709804
Release 0.1a2
Refs #4
2022-11-21 21:38:39 -08:00
Simon Willison
02cf4c0cf2 Register as a Datasette plugin too, refs #4 2022-11-21 21:33:24 -08:00
Simon Willison
d71919fe24
Release 0.1a1
Refs #2
2022-11-21 19:01:15 -08:00
Simon Willison
6bc35f46c2 dclient aliases command, closes #2 2022-11-21 18:53:12 -08:00
Simon Willison
1ecb6a02e8 Initial dclient query command, refs #1 2022-11-21 18:16:28 -08:00
simonw
56c4672f37 Initial library structure 2022-11-22 01:57:06 +00:00