Commit graph

27 commits

Author SHA1 Message Date
Simon Willison
044d58d378 post_buffer() calls .clear() already 2024-02-23 17:08:36 -08:00
Simon Willison
5e1ff79292 WIP stream command, refs #19 2024-02-23 17:07:25 -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
ce62592540
Demonstrate aliases directly in the README 2023-07-24 21:33:46 -07:00
Simon Willison
829f27b8d1
Release 0.2 0.2
Refs #8, #13
2023-07-24 16:24:05 -07:00
Simon Willison
6b7297205f
Much of the functionality requires Datasette 1.0a2 or higher 2023-07-24 16:23:30 -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
Simon Willison
8a205d81a3
dclient auth commands
Closes #3
2023-07-17 16:23:53 -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
c0d25a7512 Fixed failing test 2023-07-17 14:59:34 -07:00
Simon Willison
d59c680ffd
cache-dependency-path: setup.py 2022-11-21 23:00:33 -08:00
Simon Willison
ca301dcbe3
cache-dependency-path: setup.py 2022-11-21 22:59:12 -08:00
Simon Willison
aea4d3fd50 Test on Python 3.11, upgrade workflows 2022-11-21 22:35:34 -08: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 0.1a2
Refs #4
2022-11-21 21:38:39 -08:00
Simon Willison
c30bd7e9bf
Docs for "datasette client" plugin mode
Refs #4
2022-11-21 21:38:14 -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 0.1a1
Refs #2
2022-11-21 19:01:15 -08:00
Simon Willison
ff3b64f425 alias remove command, alias list --json option - refs #2 2022-11-21 19:00:20 -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 0.1a0 2022-11-21 18:16:28 -08:00
simonw
56c4672f37 Initial library structure 2022-11-22 01:57:06 +00:00
Simon Willison
ac7aaab22d
Initial commit 2022-11-21 17:56:46 -08:00