Dclient

Latest version: v0.4

Safety actively analyzes 623616 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4

- `dclient insert ... --alter` option, for altering tables to add any missing columns. [23](https://github.com/simonw/dclient/issues/23)
- `dclient insert/query -v/--verbose` option, showing the HTTP requests and responses that were made. [25](https://github.com/simonw/dclient/issues/25)
- `dclient actor` command to help debug tokens by viewing which actor they represent. [26](https://github.com/simonw/dclient/issues/26)

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](https://github.com/simonw/dclient/issues/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](https://github.com/simonw/dclient/issues/18)
- The `--help` output for every command now includes a usage example. [22](https://github.com/simonw/dclient/issues/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](https://dclient.datasette.io/). [#7](https://github.com/simonw/dclient/issues/7)
- New `dclient insert` command for inserting data into a remote Datasette instance running 1.0a2 or higher. [8](https://github.com/simonw/dclient/issues/8)

0.1a2

- Now also registers itself as a Datasette plugin, enabling the `datasette client` set of commands. [4](https://github.com/simonw/dclient/issues/4)

0.1a1

- `dcloud alias` commands, for adding, listing and removing aliases. [2](https://github.com/simonw/dclient/isseus/2)

0.1a0

- Initial alpha release.
- `dclient query URL SQL` command for executing SQL queries against a remote Datasette instance. [1](https://github.com/simonw/dclient/issues/1)

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.