Releases: simonw/dclient
Releases · simonw/dclient
0.4
0.3
- Documented how to use this with streaming data sources and added a
--interval
option for specifying how often during a stream a batch should be sent to the API if it hasn't yet hit the configured--batch-size
. #19 - Removed the
-t
shortcut for--token
in order to use it for something else in the future. - When installed as a Datasette plugin the command to access this is now
datasette dc
- previously it wasdatasette client
. #18 - The
--help
output for every command now includes a usage example. #22
0.2
- First non-alpha release, although much of the functionality of this tool requires Datasette 1.0a2 or higher.
- Documentation now lives at dclient.datasette.io. #7
- New
dclient insert
command for inserting data into a remote Datasette instance running 1.0a2 or higher. #8