Skip to content

Releases: simonw/dclient

0.4

08 Mar 16:10
Compare
Choose a tag to compare
  • dclient insert ... --alter option, for altering tables to add any missing columns. #23
  • dclient insert/query -v/--verbose option, showing the HTTP requests and responses that were made. #25
  • dclient actor command to help debug tokens by viewing which actor they represent. #26

0.3

25 Feb 19:37
Compare
Choose a tag to compare
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 was datasette client. #18
  • The --help output for every command now includes a usage example. #22

0.2

24 Jul 23:26
829f27b
Compare
Choose a tag to compare
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

0.1a2

22 Nov 05:39
bf6c709
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release
  • Now also registers itself as a Datasette plugin, enabling the datasette client set of commands. #4

0.1a1

22 Nov 03:01
d71919f
Compare
Choose a tag to compare
0.1a1 Pre-release
Pre-release
  • dcloud alias commands, for adding, listing and removing aliases. #2

0.1a0

22 Nov 02:17
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial alpha release.
  • dclient query URL SQL command for executing SQL queries against a remote Datasette instance. #1